Détail du package

ts-library

TylorS32MIT3.0.0

Manage TypeScript Libraries with ease

typescript, library, npm, scaffold

readme

ts-lib

Scaffold TypeScript libraries

This is a custom built generator to satisfy my own personal needs and to also have a working example of my command line framework Reginn.

More features are definitely planned, by slimming down on dependencies and achieving the features internally, in TypeScript!

This library is super straightforward to use as all you have to do is install and answer 3 simple questions, and thats it!

Here is how to use it

npm install -g ts-library

mkdir myCoolLibrary

cd myCoolLibrary

npm init # follow the prompts

tslib init # answer a few questions and you're good to go!

Features

  • ES2015 Build
  • Commonjs Build
  • Mocha + TypeScript for unit tests
  • Issue and Pull request templates
  • Travis configuration
  • Contributing Guide
  • Compatible Versioning
  • TypeScript@next
  • TSLint
  • MIT License

changelog

3.0.0 (2017-01-28)

Bug Fixes

Features

  • tslib: require global installation (270eeba)

2.1.0 (2017-01-11)

Bug Fixes

  • tslib: fix for various things (fdfa946)

2.0.0 (2017-01-10)

Features

  • tslib: implement on top of northbrook (78b6c6b)

1.2.0 (2016-12-12)

Bug Fixes

  • init: use current version of typescript and tslint (30436a6)
  • tsconfig: es2015 builds with es5 source code (cb44e91)

1.1.0 (2016-11-20)

Bug Fixes

  • scripts: fix minor script errors (cee3584)

1.0.0 (2016-11-18)

Features

  • tslib: first implementation (00a1eba)