Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurassiscripts/velociraptor
The npm-style script runner for Deno
https://github.com/jurassiscripts/velociraptor
deno git-hooks npm-run npm-scripts package-json script-runner scripts
Last synced: about 24 hours ago
JSON representation
The npm-style script runner for Deno
- Host: GitHub
- URL: https://github.com/jurassiscripts/velociraptor
- Owner: jurassiscripts
- License: mit
- Created: 2020-04-21T22:07:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T03:55:00.000Z (over 2 years ago)
- Last Synced: 2025-01-24T18:07:18.283Z (8 days ago)
- Topics: deno, git-hooks, npm-run, npm-scripts, package-json, script-runner, scripts
- Language: TypeScript
- Homepage: https://velociraptor.run
- Size: 387 KB
- Stars: 680
- Watchers: 10
- Forks: 22
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Velociraptor is a script runner for Deno, inspired by npm's package.json scripts. It offers a similar experience but with out-of-the-box support for declarative Deno CLI options, environment variables, concurrency and git hooks.## Documentation
To get started visit [velociraptor.run](https://velociraptor.run).
## Help
If you need any help feel free to ask in [discussions](https://github.com/jurassiscripts/velociraptor/discussions) or in the [chat](https://discord.gg/M5K7TBd).
## Badge
Show your collaborators/users you use velociraptor:
```markdown
[![vr scripts](https://badges.velociraptor.run/flat.svg)](https://velociraptor.run)
```[![vr scripts](https://badges.velociraptor.run/flat.svg)](https://velociraptor.run)
## Contributing
Feedback and PRs are welcome! Take a look at the [contributing guidelines](CONTRIBUTING.md).
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.