cli/README.md
2024-09-22 17:00:41 -03:00

1.1 KiB

About

The webskel utility provides skeletons (or "templates") to help you quickly start your next web application or service. The concept is inspired by skeleton directories in the UNIX world, where they serve as the basis 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 @webskel/ruby-graphql-webpack-react 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