test-typescript-package
v1.0.6
Published
Can log "hello world" and "goodbye world" to the console!
Maintainers
Readme
Example Typescript 2.x Library
Simple starter library from June 2017. Tutorial can be found at how-to-write-a-typescript-library.com.
Or just browse the code here! Or clone the repo.
Usage
git clone https://github.com/bersling/typescript-library-starter.gitthen modify whatever you want, then
tscYou can check if everything is working like this: http://how-to-write-a-typescript-library.com/local-consumer
You can write a test like this: http://how-to-write-a-typescript-library.com/unit-testing
And once you're ready, simply change the name in the package.json
and publish your brand new cool library. Have fun!
