https://github.com/pcdevil/node-example-project
https://github.com/pcdevil/node-example-project
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcdevil/node-example-project
- Owner: pcdevil
- License: mit
- Created: 2021-01-17T16:06:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T08:13:28.000Z (about 5 years ago)
- Last Synced: 2025-01-14T04:26:29.108Z (about 1 year ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/