Остання активність 1731089969

DevDocs-3.sh Неформатований
1# Server
2rackup # Start the server (ctrl+c to stop)
3rackup --help # List server options
4
5# Docs
6thor docs:list # List available documentations
7thor docs:download # Download one or more documentations
8thor docs:manifest # Create the manifest file used by the app
9thor docs:generate # Generate/scrape a documentation
10thor docs:page # Generate/scrape a documentation page
11thor docs:package # Package a documentation for use with docs:download
12thor docs:clean # Delete documentation packages
13
14# Console
15thor console # Start a REPL
16thor console:docs # Start a REPL in the "Docs" module
17
18# Tests can be run quickly from within the console using the "test" command.
19# Run "help test" for usage instructions.
20thor test:all # Run all tests
21thor test:docs # Run "Docs" tests
22thor test:app # Run "App" tests
23
24# Assets
25thor assets:compile # Compile assets (not required in development mode)
26thor assets:clean # Clean old assets