Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.64 KB

File metadata and controls

55 lines (40 loc) · 1.64 KB

start-command — JavaScript package

npm version npm downloads JavaScript CI/CD License: Unlicense

JavaScript/Bun implementation of the start-command CLI ($).

Installation

bun install -g start-command

# Also available from npm registries:
npm install -g start-command

Usage

$ echo "Hello World"
$ ls -la
$ bun test
$ git status
$ --list

See 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 lint

Releases

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.

License

Released into the public domain under the Unlicense.