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"]
|
[submodule "share/webskel/dolphins7.skeleton"]
|
||||||
path = share/webskel/ruby-typescript-graphql-webpack-preact
|
path = share/webskel/dolphins7.skeleton
|
||||||
url = https://github.com/webskel/ruby-typescript-graphql-webpack-preact
|
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
|
#### webskel new
|
||||||
|
|
||||||
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 using the
|
For example, the following command will create a "myapp" directory from the
|
||||||
`ruby-typescript-graphql-webpack-preact` skeleton:
|
`dolphins7` skeleton:
|
||||||
|
|
||||||
user@localhost$ webskel new ruby-typescript-graphql-webpack-preact myapp
|
user@localhost$ webskel new myapp dolphins7
|
||||||
|
|
||||||
#### webskel ls
|
#### webskel ls
|
||||||
|
|
||||||
The `webskel ls` command lists all available skeletons by name. These skeletons
|
The `webskel ls` command lists all available skeletons by name, and includes a
|
||||||
are located in the [share/webskel/](share/webskel) directory, which is typically
|
short description as well. These skeletons are located in the [share/webskel/](share/webskel)
|
||||||
installed relative to `/usr/local`:
|
directory, which is typically installed relative to `/usr/local`:
|
||||||
|
|
||||||
user@localhost webskel ls
|
user@localhost webskel ls
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue