Rename skeleton

This commit is contained in:
0x1eef 2024-09-22 17:45:09 -03:00
parent 29245fe7e8
commit 716e2936d5
3 changed files with 9 additions and 9 deletions

6
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "share/webskel/ruby-typescript-graphql-webpack-preact"]
path = share/webskel/ruby-typescript-graphql-webpack-preact
url = https://github.com/webskel/ruby-typescript-graphql-webpack-preact
[submodule "share/webskel/dolphins7.skeleton"]
path = share/webskel/dolphins7.skeleton
url = https://github.com/webskel/dolphins7.skeleton

View file

@ -12,16 +12,16 @@ as the starting point for a new user's `${HOME}` directory.
#### webskel new
The `webskel new` command creates a new application from a specified skeleton.
For example, the following command will create a "myapp" directory using the
`ruby-typescript-graphql-webpack-preact` skeleton:
For example, the following command will create a "myapp" directory from the
`dolphins7` skeleton:
user@localhost$ webskel new ruby-typescript-graphql-webpack-preact myapp
user@localhost$ webskel new myapp dolphins7
#### webskel ls
The `webskel ls` command lists all available skeletons by name. These skeletons
are located in the [share/webskel/](share/webskel) directory, which is typically
installed relative to `/usr/local`:
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)
directory, which is typically installed relative to `/usr/local`:
user@localhost webskel ls