Skip to content
Snippets Groups Projects
Commit a6808e7b authored by Anthony's avatar Anthony
Browse files

ADD doc

parent 00875bd8
No related branches found
No related tags found
1 merge request!15Draft : Resolve "Add a CLI tool"
...@@ -12,6 +12,14 @@ is_docker() { ...@@ -12,6 +12,14 @@ is_docker() {
usage() { usage() {
echo -e "Usage $0 <command> [args]\n" echo -e "Usage $0 <command> [args]\n"
echo -e "COMMANDS\n" echo -e "COMMANDS\n"
echo -e "build-mirador : build Mirador viewer. Needed when changing branch on Mirador "
echo -e "build-mirador-plugin : build Mirador plugin. Needed when changing branch on plugin "
echo -e "clean-mirador : Clean node node_modules and package-lock of Mirador. "
echo -e "clean-mirador-plugin : Clean node node_modules and package-lock of Mirador on plugin. Useful when encoutering error 'Not a git repository' on building "
echo -e "clean-integration : Clean node node_modules and package-lock of POC. It's not recursive. "
echo -e "up : Start building and running of all the solution. Can be used with --build flag"
echo -e "init-submodule : Need to be run after installation"
echo -e "update-submodule : Need to be run after installation or when updating Mirador or the plugin"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment