https://github.com/adrienjoly/vscode-nodejs-typescript-eslint-prettier-ava-boilerplate
A template for TypeScript-based Node.js projects with modern linting, formatting and testing for Visual Studio Code
https://github.com/adrienjoly/vscode-nodejs-typescript-eslint-prettier-ava-boilerplate
boilerplate eslint nodejs prettier template typescript vscode
Last synced: 7 months ago
JSON representation
A template for TypeScript-based Node.js projects with modern linting, formatting and testing for Visual Studio Code
- Host: GitHub
- URL: https://github.com/adrienjoly/vscode-nodejs-typescript-eslint-prettier-ava-boilerplate
- Owner: adrienjoly
- License: mit
- Created: 2020-04-13T15:31:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T20:23:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T00:18:29.905Z (8 months ago)
- Topics: boilerplate, eslint, nodejs, prettier, template, typescript, vscode
- Language: JavaScript
- Size: 1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-nodejs-typescript-eslint-prettier-ava-boilerplate
A template for TypeScript-based Node.js projects with modern linting, formatting and testing for Visual Studio Code.
## Usage
1. Fork this repository
2. Clone your forked repository
3. `$ nvm use`, to setup the version of Node.js specified in `.nvmrc`
4. `$ npm install`
5. `$ npm test`