UNPKG

370 BMarkdownView Raw
1# First category of scripts
2
3Welcome to your new amazing fscripts.md file. It replaces the headaches of npm scripts! But so much more.
4
5## fsr
6
7node index.js
8
9```bash
10node index.js
11```
12
13
14## run-s
15
16node index.js run-s
17
18```bash
19node index.js run-s
20```
21
22
23## build
24
25parcel build index.js --target node --no-cache
26
27```bash
28parcel build index.js --target node --no-cache
29```
30