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