https://github.com/adrienjoly/vscode-nodejs-eslint-prettier-ava-boilerplate
🏠 A starter kit for new Node.js projects with modern linting, formatting and testing for Visual Studio Code
https://github.com/adrienjoly/vscode-nodejs-eslint-prettier-ava-boilerplate
ava boilerplate eslint nodejs vscode
Last synced: 7 months ago
JSON representation
🏠 A starter kit for new Node.js projects with modern linting, formatting and testing for Visual Studio Code
- Host: GitHub
- URL: https://github.com/adrienjoly/vscode-nodejs-eslint-prettier-ava-boilerplate
- Owner: adrienjoly
- License: mit
- Created: 2019-12-08T10:15:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T20:25:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T00:18:28.757Z (8 months ago)
- Topics: ava, boilerplate, eslint, nodejs, vscode
- Language: TypeScript
- Homepage:
- Size: 981 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
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`