1.0.0-beta.0 • Published 5 years ago

promise-pinky v1.0.0-beta.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Pinky

NPM npm Build Status

Installation

For the latest stable version:

npm i promise-pinky

Documentation

Running examples

To run the examples:

npx ts-node <file name>

For instance running decorators.ts would be

npx ts-node examples/decorators.ts

Building

To start developing:

npm i
npm run test-debug

To build a production version:

npm run build