First commit
This commit is contained in:
commit
a77bf876ee
6 changed files with 41 additions and 0 deletions
0
.projectile
Normal file
0
.projectile
Normal file
15
LICENSE
Normal file
15
LICENSE
Normal file
|
@ -0,0 +1,15 @@
|
|||
Copyright (C) 2024 by 0x1eef <0x1eef@protonmail.com>
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this
|
||||
software for any purpose with or without fee is hereby
|
||||
granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS
|
||||
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
|
||||
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
||||
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
OF THIS SOFTWARE.
|
26
README.md
Normal file
26
README.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
## 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.
|
||||
|
||||
## Examples
|
||||
|
||||
**webskel new**
|
||||
|
||||
The following example demonstrates how the "new" command can create a
|
||||
"myapp" directory from the skeleton `@webskel/ruby-graphql-webpack-react`:
|
||||
|
||||
user@localhost$ webskel new @webskel/ruby-graphql-webpack-react myapp
|
||||
|
||||
**webskel ls**
|
||||
|
||||
The "ls" command provides a list of available skeletons:
|
||||
|
||||
user@localhost webskel ls
|
||||
|
||||
## License
|
||||
|
||||
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/) <br>
|
||||
See [LICENSE](./LICENSE)
|
0
bin/webskel
Normal file
0
bin/webskel
Normal file
0
libexec/webskel/commands/ls
Normal file
0
libexec/webskel/commands/ls
Normal file
0
libexec/webskel/commands/new
Normal file
0
libexec/webskel/commands/new
Normal file
Loading…
Reference in a new issue