An open API service indexing awesome lists of open source software.

https://github.com/pcdevil/node-example-project


https://github.com/pcdevil/node-example-project

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# node-example-project
An example project which includes:
- [Node.js] with [Node Version Manager] support
- [Mocha] with [Chai], [Sinon.JS], and [Sinon-Chai]
- [TypeScript] with [ts-node], and with types for **Chai**, **Mocha**, **Node.js**, **Sinon-Chai**, and **Sinon.JS**
- [ESLint] with [TypeScript ESLint], and [Standard Style] - but tabs and semicolons are turned on

## License
Available under the [MIT license](LICENSE.md).

[Chai]: https://www.chaijs.com/
[ESLint]: https://eslint.org/
[Mocha]: https://mochajs.org/
[Node Version Manager]: https://github.com/nvm-sh/nvm
[Node.js]: https://nodejs.org/
[Sinon-Chai]: https://github.com/domenic/sinon-chai
[Sinon.JS]: https://sinonjs.org/
[Standard Style]: https://standardjs.com/
[ts-node]: https://github.com/TypeStrong/ts-node
[TypeScript ESLint]: https://github.com/typescript-eslint/typescript-eslint
[TypeScript]: https://www.typescriptlang.org/