Update README

This commit is contained in:
0x1eef 2024-09-22 19:21:43 -03:00
parent 3e493dc215
commit 60e324a8da

View file

@ -11,21 +11,19 @@ dependencies.
### CLI ### CLI
#### webskel new * **webskel new** <br>
The `webskel new` command creates a new application from a specified skeleton. The `webskel new` command creates a new application from a specified skeleton.
For example, the following command will create a "myapp" directory from the For example, the following command will create a "myapp" directory from the
`dolphins7` skeleton: `dolphins7` skeleton:
user@localhost$ webskel new myapp dolphins7 user@localhost$ webskel new myapp dolphins7
#### webskel ls
* **webskel ls** <br>
The `webskel ls` command lists all available skeletons by name, and includes a The `webskel ls` command lists all available skeletons by name, and includes a
short description as well. These skeletons are located in the [share/webskel/](share/webskel) short description as well. These skeletons are located in the [share/webskel/](share/webskel)
directory, which is typically installed relative to `/usr/local`: directory, which is typically installed relative to `/usr/local`:
user@localhost webskel ls user@localhost webskel ls
## Sources ## Sources