This is a template for starting new JS projects at 5app.
- Run
npm init
to configure ./package.json. - You also need to manually update ./package.json for
name
,version
anddescription
and all repository links. - Implement tests!
- Give https://github.com/orgs/5app/teams/ci write access to the repo.
- Replace this file with real information about your package.
- Write your code and commit/push.
- Configure in Circle CI.
- Remove the setting
private: true
from ./package.json. This protects accidentally publishing to npm. If you want to publish to npm then this will prevent it until removed.
- Changelog will be automatically populated during CI process.