https://github.com/soulim/skript
A command-line tool to bootstrap scripts according to the normalized script pattern
https://github.com/soulim/skript
cli scripts tool
Last synced: 2 months ago
JSON representation
A command-line tool to bootstrap scripts according to the normalized script pattern
- Host: GitHub
- URL: https://github.com/soulim/skript
- Owner: soulim
- License: mit
- Created: 2020-04-09T14:25:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T04:29:07.000Z (about 6 years ago)
- Last Synced: 2025-12-09T02:40:19.724Z (7 months ago)
- Topics: cli, scripts, tool
- Language: Shell
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skript
A command-line tool to bootstrap scripts according to [the normalized script pattern](https://github.blog/2015-06-30-scripts-to-rule-them-all/).
## Install
```shell
brew tap soulim/tools
brew install skript
```
or if you do not want to add the whole `soulim/tools` tap and interested only
in `skript` tool:
```shell
brew install soulim/tools/skript
```
## Usage
Bootstrap [`script/setup` script](https://github.com/github/scripts-to-rule-them-all#scriptsetup):
```shell
skript init setup
```
Other scripts according to the normalized script pattern could be bootstrapped
using `skript init `. Following names are supported: `setup`,
`bootstrap`, `test`, `update`.
Use `skript help` to print the usage instructions at any time.
## Contributing
PRs accepted.
## License
SEE [LICENSE](LICENSE).