Rename skeleton
This commit is contained in:
parent
29245fe7e8
commit
716e2936d5
3 changed files with 9 additions and 9 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue