- init Github
- init npm
- install dependencies
- write your lib
- create the main file with exports
- install the TypeScript compiler
- add a prepublish script
- add the typings
- add a tsconfig.json file
- check with "npm run prepublish"
- install karma & add karma.conf
- add the karma shim for Angular 2
- write some tests
- [use npm link]
- add a .gitignore file
- add a .npmignore file
- publish
- conquer the world
Made with Slides.com