Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 520 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 520 Bytes

NPM Packages Repo

Single repository housing all @scarafone scoped packages.

Each one is published individually, but the steps will be identical.

Getting Started

1. Clone this repo
2. npm install
3. npm run tests

Developing

  • All packages must have 80% test coverage or higher before committing to the main branch.
  • All packages must start at version 0.0.1

Publishing

1. npm run tests
2. npm version patch
3. npm publish
4. git push origin <branch>
5. git push --tags