tildeio / libkit

17 stars 4 forks source link

LibKit

Ember CLI blueprint for initializing a new TypeScript library, developing it using VSCode and deploying it to NPM.

Usage

$ npm install -g ember-cli
$ ember new -b libkit <package-name>

Write your library using .ts files instead of .js files and libkit will take care of making things work.

The normal Ember CLI workflows work:

The normal NPM workflows work too:

Integration with VSCode:

Good defaults that work with the rest of the workflow:

All of these features should work on Windows (one of the main authors uses a Windows machine to develop these packages). We will prioritize any Windows bugs.