Plurality is an opensource Modular Code Editor for the next generation.
Plurality replaces static hierarchical tree by dropable blocks tree.
Ordinary files are now Special components.
- Best to organize the code.
- Best to refactor the project.
Organize the code the way you think.
CHART: Keep the essentials. DRAFT: Organize the necessary. TRASH: Delete the unnecessary.
This is like a code assembly line.
- Best to modular design think.
- Best to avoid spaghetti code.
- Best to reuse and share code.
- Lightning maintenance.
- Best for creating complex applications.
Inject the code of a block into any other block with this simple comment:
//> sendtothisblock.js
- Keep your code modular.
- Do not waste time searching the pieces of the puzzle.
- Use
//>filename.js
to inject the code anywhere.
Test your HTML5 Project without installing or run a server.
- Do not wait server to start.
- Use all Google Chrome debugging tools.
Use the command prompt:
git clone git://github.com/Gurigraphics/plurality
Click in the Lua script npm install.lua Or use the command prompt:
npm install
Click in the Lua script npm start.lua Or use the command prompt:
npm start
Copyright 2017 Gurigraphics and various contributors. Released under the MIT License (MIT)