UNPKG

348 BMarkdownView Raw
1# First category of scripts
2
3 Welcome to your new amazing .fscripts.md file. It replaces the headaches of npm scripts! But so much more.
4
5
6## fsr
7
8TBD
9
10```bash
11node bin/run
12```
13
14
15## fsr:d
16
17TBD
18
19```bash
20DEBUG=* node bin/run
21```
22
23
24## deploy
25
26TBD
27
28```bash
29node src/utils/release/publish.js
30```
31
32
33## pretty
34
35TBD
36
37```bash
38prettier src/*.js --write
39```
40