Skip to content

nogsantos/skeleton-npm-javascript-pkg

Repository files navigation

--pkg-name

Travis NPM version NPM downloads License

Skeleton to build angular npm package

How to use this skeleton

This skeleton is configured to use webpack to generate Universal Module Definition (UMD)

Setup

After get the code, run git configuration git init and install the dependencies with npm i

Set of commands

  • Build npm run build
    • to build the pack
  • Test npm run test
    • to run the test
  • Watch Test npm run watch:test
    • to watch the test
  • Cover npm run cover
    • to check the test cover report
  • Commit npm run commit

To use travis, just anable it in your account...

License

MIT © --author-name

Releases

No releases published

Sponsor this project

Packages

No packages published