bin | ||
libexec/webskel | ||
share/webskel | ||
.editorconfig | ||
.gitmodules | ||
.projectile | ||
LICENSE | ||
README.md |
About
webskel is a command-line utility that provides skeletons (or "templates")
to help you quickly start your next web application or service. The concept
is inspired by skeleton directories from the UNIX world, where they can serve
as the starting point for a new user's ${HOME}
directory. The utility is
written in POSIX shell to maximize portability and minimize runtime
dependencies.
Examples
CLI
-
webskel new
Thewebskel new
command creates a new application from a specified skeleton. For example, the following command will create a "myapp" directory from thedolphins7
skeleton:user@localhost$ webskel new myapp dolphins7
-
webskel ls
Thewebskel ls
command lists all available skeletons by name, and includes a short description as well. These skeletons are located in the share/webskel/ directory, which is typically installed relative to/usr/local
:user@localhost webskel ls