compy
compy copied to clipboard
make libs development easier
make possible to develop libs easier
- developer should be able to use all benefits of local require and structure the lib as he want
- developer should be able to build standalone library [with all deps]
- developer should be able to build standalone lib wrapped in require [without deps]
- developer should be able to build component [generate component.json]
- developer should be able to publish version of library using single command
- for component.js this will be committing and tagging built component into repo
- for standalone lib it could be uploading to CDN or smth
- for standalone wrapped lib it will be uploading to CDN
- developer should be able to set up different environments to test his lib
- developer should be able to set up tests