No description
Find a file
2024-09-24 16:14:28 -03:00
bin Add 'Examples' section to usage 2024-09-24 16:14:28 -03:00
libexec/webskel Add command aliases 2024-09-24 07:28:47 -03:00
share/webskel Update share/webskel/dolphins7.skeleton 2024-09-24 15:37:18 -03:00
.editorconfig Add 'editorconfig' 2024-09-22 19:14:27 -03:00
.gitmodules Rename skeleton 2024-09-22 17:45:09 -03:00
.projectile First commit 2024-09-22 15:48:05 -03:00
LICENSE First commit 2024-09-22 15:48:05 -03:00
README.md Add command aliases 2024-09-24 15:37:18 -03:00

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.

Examples

CLI

  • webskel new
    The webskel new command creates a new application from a specified skeleton. For example, the following command will create a "myapp" directory from the dolphins7 skeleton:

      user@localhost$ webskel new myapp dolphins7
    
  • webskel list
    The webskel list 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 list
    

Sources

License

BSD Zero Clause
See LICENSE