Home of the public libraries of Coorpacademy
So far, this monorepo hold the following public libraries:
- config : Config merging library
To create a new library, just copy the project-template
from the packages folder)
To have it test add it's folder namer to the .travis.yml : PACKAGE=my-project
This is to be automated in the close future, and will be available under the npm run scaffold-project
command.