No description
Find a file
2024-09-22 17:28:19 -03:00
bin Add 'webskel' stub 2024-09-22 16:34:46 -03:00
libexec/webskel Add 'webskel' stub 2024-09-22 16:34:46 -03:00
share/webskel Add share/webskel/ruby-typescript-graphql-webpack-preact/ 2024-09-22 17:24:27 -03:00
.gitmodules Add share/webskel/ruby-typescript-graphql-webpack-preact/ 2024-09-22 17:24:27 -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 Update 'webskel new' example 2024-09-22 17:28:19 -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 using the @webskel/ruby-graphql-webpack-react skeleton:

user@localhost$ webskel new ruby-typescript-graphql-webpack-preact myapp

webskel ls

The webskel ls command lists all available skeletons. These skeletons are located in the share/webskel/ directory, which is typically installed relative to /usr/local:

user@localhost webskel ls

Sources

License

BSD Zero Clause
See LICENSE