npm.io
1.0.1 • Published 4 years ago

@busieinc/types

Licence
MIT
Version
1.0.1
Deps
0
Size
3 kB
Vulns
0
Weekly
0

Busie Types NPM Package

Installation

npm run --save-dev @busieinc/types

Contributing

Note:

Contrary to the steps outlined below, testing is not really possible at this time, due to the steps needed to actually publish the package. These steps are the desired contribution steps, however, since testing is not possible, it will be necessary to manually test when contributing temporarily

  1. Clone the Repository
  2. Change directory into project root
  3. Check out a new branch types/the-type-you-will-add
  4. Run Tests first (or lint, it's the same thing) npm run test or npm run lint
  5. Add your types and interfaces to index.d.ts
  6. Add tests to busie-tests.ts (basically just examples of how the types should work/be used)
  7. Run Tests again npm run test or npm run lint
  8. Assuming everything works, create a pull request!
Note: To keep it simple for now, we'll not add any automation for NPM publishing. Brady will publish new types manually for the time being

Keywords