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

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

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`