Update docs
This commit is contained in:
parent
a77bf876ee
commit
b4f06e325c
1 changed files with 21 additions and 11 deletions
28
README.md
28
README.md
|
@ -1,25 +1,35 @@
|
|||
## About
|
||||
|
||||
The webskel utility provides skeletons (or "templates") that can give
|
||||
you a head start with your next web application or service. The concept
|
||||
is inspired by skeleton directories from the UNIX world - where they can
|
||||
be the basis for a new user's `${HOME}` directory.
|
||||
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 form the basis for creating a new
|
||||
user's `${HOME}` directory.
|
||||
|
||||
## Examples
|
||||
|
||||
**webskel new**
|
||||
### CLI
|
||||
|
||||
The following example demonstrates how the "new" command can create a
|
||||
"myapp" directory from the skeleton `@webskel/ruby-graphql-webpack-react`:
|
||||
#### 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**
|
||||
#### webskel ls
|
||||
|
||||
The "ls" command provides a list of available skeletons:
|
||||
The `webskel ls` command lists all available skeletons. These skeletons are
|
||||
located in the [share/webskel/](share/webskel) directory, which is typically
|
||||
installed relative to `/usr/local`:
|
||||
|
||||
user@localhost webskel ls
|
||||
|
||||
## Sources
|
||||
|
||||
* [GitHub](https://github.com/webskel/cli#readme)
|
||||
* [GitLab](https://gitlab.com/webskel/cli#readme)
|
||||
|
||||
## License
|
||||
|
||||
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/) <br>
|
||||
|
|
Loading…
Reference in a new issue