Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.04 KB

coorpacademy-public-libraries

Build Status codecov lerna

Home of the public libraries of Coorpacademy

Library list 📚

So far, this monorepo hold the following public libraries:

  • config : Config merging library

How To Create a new lib 📓

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.