daggerok-names

0.0.1 • Public • Published

open source project Build Status

  1. run npm init
  2. add LICENSE, README.md and CODE_OF_CONDUCT.md files
  3. implement your library
  4. add tess: npm i mocha assert
  5. add linting: npm eslint, ./node_modules/.bin/eslint --init
  6. add CI: touch .travis.yml
  7. add code coverage: npm i nyc
  8. add git hook (prepush) to do not brake anything: npm i husky (ignoe them with: git push ... --no-verify)
  9. configure file matters for the npm registry: npm i pack, see "files" in package.json file
  10. share library: npm version, npm login, npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i daggerok-names

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

3.41 kB

Total Files

5

Last publish

Collaborators

  • daggerok