mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
chore(style): lint README
This commit is contained in:
parent
70a3df044e
commit
1a18b744dc
1 changed files with 3 additions and 0 deletions
|
@ -15,7 +15,9 @@ You have an idea of a tool? Submit a [feature request](https://github.com/Corent
|
||||||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
|
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
|
||||||
|
|
||||||
### Node version
|
### Node version
|
||||||
|
|
||||||
Ensure you have the correct node/npm version
|
Ensure you have the correct node/npm version
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nvm use
|
nvm use
|
||||||
```
|
```
|
||||||
|
@ -51,6 +53,7 @@ npm run lint
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create a new tool
|
### Create a new tool
|
||||||
|
|
||||||
To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:
|
To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue