This repository is now deprecated and it will be available until 01.06.2021.
Tool for NodeJS and FlowTyped based Microservices
Your environment will have everything you need to build a modern microservice app:
- ES6, and Flow syntax support.
- Language extras beyond ES6 like the object spread operator.
- A fast interactive unit test runner with built-in support for coverage reporting.
- A live development server that warns about common mistakes.
- Hassle-free updates for the above tools with a single dependency.
package.json
{
"name": "app",
"version": "1.0.0",
"scripts": {
"start": "tnt-scripts start"
},
"devDependencies": {
"tnt-scripts": "olx-global/tnt-scripts#v1.0.0"
}
}
See more in scripts section.
Good pull requests, such as patches, improvements, and new features, are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
Please ask first if somebody else is already working on this or the core developers think your feature is in-scope for TNT. Generally always have a related issue with discussions for whatever you are including.
Please also provide a test plan, i.e. specify how you verified that your addition works.
TNT is open source software licensed as MIT.