spectrl-registry
v0.2.1
Published
Local-first spec registry - CLI for managing versioned, composable structured documents
Maintainers
Readme
spectrl
Local-first spec registry for managing versioned, composable structured documents.
Installation
# Use directly with npx (no install required)
npx spectrl init
# Or install globally
npm install -g spectrlQuick Start
# Initialize a new project
spectrl init
# Create a new spec or a new power
spectrl new spec kewl-specc
spectrl new power mo-powa
# Publish to local registry
spectrl publish
# Install specs
spectrl installCommands
spectrl init- Initialize a new project with a local spec indexspectrl new- Create a new spec with a manifest templatespectrl publish- Publish a spec to the local registryspectrl install- Install specs from the registryspectrl login- Authenticate with GitHub to access the public registryspectrl search- Search for specs in the public registryspectrl info- Show detailed information about a specspectrl list- Show all installed specsspectrl update- Check for and install updates
Run spectrl --help or spectrl <command> --help for more information.
Documentation
For full documentation, visit spectrl.pro/docs/introduction
License
MIT
