aligntrue
v0.9.3
Published
AlignTrue CLI shim - AI alignment rules for developers
Maintainers
Readme
aligntrue
Simple install wrapper for @aligntrue/cli
This is a convenience package that provides the aligntrue and at command-line tools.
Installation
# Alpha release (current)
npm install -g aligntrue@next
# Stable release (when published)
npm install -g aligntrueUsage
After installation, you can use either command:
aligntrue init # Long form
at init # Short aliasWhat'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.
Documentation
For full documentation, see the main @aligntrue/cli package or visit github.com/AlignTrue/aligntrue.
License
MIT © AlignTrue
