example-sum-library
v1.0.1
Published
A skeleton project providing a base to start a new typescript node prroject or publish an npm-consumable library
Downloads
2
Readme
ts-node-project-template
A skeleton project providing a base to start a new typescript node prroject or publish an npm-consumable library
Getting Started
All relevant operations can be accomplished by the provided npm scripts
Prerequisites
A working node install. yarn or npm client.
Build the project
To build the project simply run
yarn build
Running the tests
To run the tests
yarn test
Built With
- typescript - JavaScript that scales
- jest - Delightful JavaScript Testing
- ts-jest - Lets you use Jest to test projects written in TypeScript
License
This project is licensed under the MIT License - see the LICENSE.md file for details