diff --git a/.gitmodules b/.gitmodules index 7b8fbb3..604f99e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 625e900..471a9d9 100644 --- a/README.md +++ b/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 diff --git a/share/webskel/ruby-typescript-graphql-webpack-preact b/share/webskel/dolphins7.skeleton similarity index 100% rename from share/webskel/ruby-typescript-graphql-webpack-preact rename to share/webskel/dolphins7.skeleton