]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/help.sh
Use scripty instead of writing shell commands in package.json
[github/Chocobozzz/PeerTube.git] / scripts / help.sh
1 #!/usr/bin/env sh
2
3 printf "############# PeerTube help #############\n\n"
4 printf "npm run ...\n"
5 printf " build -> Build the application\n"
6 printf " build:client -> Build the client (css, js files)\n"
7 printf " build:client:sass -> Build the sass files\n"
8 printf " build:client:tsc -> Build the javascript files\n"
9 printf " clean -> Clean the application\n"
10 printf " clean:client -> Clean the client (css, js files)\n"
11 printf " clean:client:sass -> Clean the sass build files\n"
12 printf " clean:client:tsc -> Clean the javascript files\n"
13 printf " clean:server:test -> Clean certificates, logs, uploads and database of the test instances\n"
14 printf " watch:client -> Watch the client files\n"
15 printf " watch:client:sass -> Watch the sass client files\n"
16 printf " watch:client:tsc -> Watch the typescript files\n"
17 printf " danger:clean:server -> /!\ Clean certificates, logs, uploads and database\n"
18 printf " danger:clean:modules -> /!\ Clean node and typescript modules\n"
19 printf " play -> Run 3 fresh nodes so that you can test the communication between them\n"
20 printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
21 printf " livereload -> Run the livereload on the client\n"
22 printf " start -> Run the server\n"
23 printf " test -> Run the tests\n"
24 printf " help -> Print this help\n"