aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 15:54:39 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-16 15:54:39 +0200
commit1a18b744dc626374ab5bd2dcb64d5728340d6f66 (patch)
tree5fe6a4ff2e1919938c3b72dde72fd5505fcedc2f
parent70a3df044ea86ac35c1839ac5ab624f694fdd845 (diff)
downloadit-tools-1a18b744dc626374ab5bd2dcb64d5728340d6f66.tar.gz
it-tools-1a18b744dc626374ab5bd2dcb64d5728340d6f66.tar.zst
it-tools-1a18b744dc626374ab5bd2dcb64d5728340d6f66.zip
chore(style): lint README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91d97e5..7eba4cd 100644
--- a/README.md
+++ b/README.md
@@ -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).
### Node version
+
Ensure you have the correct node/npm version
+
```sh
nvm use
```
@@ -51,6 +53,7 @@ npm run lint
```
### Create a new tool
+
To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:
```sh