AlignTrue CLI shim - AI alignment rules for developers
npm install aligntrueSimple install wrapper for @aligntrue/cli
This is a convenience package that provides the aligntrue and at command-line tools.
``bashAlpha release (current)
npm install -g aligntrue@next
Usage
After installation, you can use either command:
`bash
aligntrue init # Long form
at init # Short alias
`What's Inside
This package simply depends on and re-exports
@aligntrue/cli. It exists to provide a simpler installation experience:- This package:
npm install -g aligntrue
- Direct CLI: npm install -g @aligntrue/cli`Both install the same CLI tool.
For full documentation, see the main @aligntrue/cli package or visit github.com/AlignTrue/aligntrue.
MIT © AlignTrue