storytype
v0.2.6
Published
Alias package for @storytype/cli - CLI tool for scaffolding Storytype components
Maintainers
Readme
storytype
Alias package for @storytype/cli
This is a convenience wrapper that allows you to install the Storytype CLI using the shorter package name storytype instead of @storytype/cli.
Installation
# Using this alias package
npm install -g storytype
# Or install the main package directly
npm install -g @storytype/cliBoth installations provide the same storytype command.
Documentation
See the main @storytype/cli documentation for usage instructions.
Quick Start
# Generate components
storytype generate atomo Button
storytype generate molecula SearchBar
# Normalize project structure
storytype normalize
# Analyze project
storytype analyzeNote: This package contains no code itself - it only installs and provides access to @storytype/cli.
