
tldr
List of commands for tldr:
-
spike:compile Compile your spike project once to the "public" directory.$ spike compiletry on your machineexplain this command
-
tldr:spike:3836444122d01ac769b4469a02742309 spike: Remove the output directory.$ spike cleantry on your machineexplain this command
-
tldr:spike:9a5e78c5af692c6f0bb546dc7a02f869 spike: Compile your project, watch for changes, and auto-reload the browser.$ spike watchtry on your machineexplain this command
-
tldr:spike:ee330d5a44d90dda7fb9c7da2e3b31df spike: Create a new project using the default template.$ spike new ${project_name}try on your machineexplain this command
-
tldr:tldr:5d11c tldr: Print the tldr page for a specific subcommand.$ tldr ${command}-${subcommand}try on your machineexplain this command
-
tldr:tldr:93db8 tldr: Print the tldr page for a specific command (hint: this is how you got here!).$ tldr ${command}try on your machineexplain this command
-
tldr:tldr:98ae5 tldr: Print the tldr page for a command for a specific [p]latform.$ tldr -p ${select} ${command}try on your machineexplain this command
-
tldr:tldr:e4863 tldr: [u]pdate the local cache of tldr pages.$ tldr -utry on your machineexplain this command