A plugins based web application framework.
npm i --save composaic@latest
If you want to use composaic locally, you will need to do the following
Composaic:
- check out the project locally
npm i
npm link
cd scripts
./symlink.sh
Project using composaic:
npm link composaic
This will set up composaic for being consumed from both application and plugin projects.
Whenever you change somthing in composaic project you will need to rebuild it:
npm run build
Highlight the key features of your library/framework.
Guidelines for contributing to your project.
Specify the license under which your library/framework is distributed.