- [framework]="Angular 2"
- [language]="TypeScript"
- [tests]="Karma & Jasmine"
- [builder]="npm"
- 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 (ng2 beta 6)
- add a tsconfig.json file
- install karma
- 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