A CLI for formatting ink files
Also available in web app form
use nvm to install node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install 18
nvm use 18
npm install -g @little-bonsai/ballpoint
ballpoint **/*.ink
This would not have been possible without the great work of
Bug Reports and PRs are very welcome.
If filing a bug report, please include:
- your original ink code
- how it was formatted
- how it should be formatted
- any additional information
If opening a MR, please include:
- a description of the change
- at least 1 test showing the input and output
- npm publish
- repeated application test
- tags
- multiple tags
- ref arguments
- INCLUDE handling
- web hosted
- basic hosting
- error reporting
- comments
- directives based approach
- api?
- multi-lined multi-conditioned choices
- dynamic tags
- PR GetType overrides into inkjs
- PR Parser export into inkj
- sort INCLUDEs option
- make package available as importable lib
- look at integrating into inky