From 716e2936d5da91f3bf164908e1526a68361bc540 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 22 Sep 2024 17:45:09 -0300 Subject: [PATCH] Rename skeleton --- .gitmodules | 6 +++--- README.md | 12 ++++++------ ...ipt-graphql-webpack-preact => dolphins7.skeleton} | 0 3 files changed, 9 insertions(+), 9 deletions(-) rename share/webskel/{ruby-typescript-graphql-webpack-preact => dolphins7.skeleton} (100%) 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