start-command
v0.28.0
Published
Gamification of coding, execute any command with ability to auto-report issues on GitHub
Maintainers
Readme
start-command — JavaScript package
JavaScript/Bun implementation of the start-command CLI ($).
Installation
bun install -g start-command
# Also available from npm registries:
npm install -g start-commandUsage
$ echo "Hello World"
$ ls -la
$ bun test
$ git status
$ --listSee the project-wide README, docs/USAGE.md, docs/PIPES.md, and docs/EXAMPLES.md for the full user-facing guide and checked examples.
Development
cd js
bun install
bun run test
bun run lintReleases
JavaScript releases are tagged js-v<version> and published to both npm and
GitHub Releases. The release title carries the [JavaScript] prefix, e.g.
[JavaScript] 0.25.4, so JS and Rust releases can be told apart at a glance.
- Release history: https://github.com/link-foundation/start/releases?q=%5BJavaScript%5D
- CHANGELOG:
CHANGELOG.md(per-package changelog generated by Changesets)
License
Released into the public domain under the Unlicense.
