@ikary/ikary
v0.2.0
Published
IKARY Manifest CLI — generate, validate, compile, and preview Cell manifests
Readme
ikary
CLI for generating, validating, compiling, and previewing IKARY Cell manifests.
This package is a thin wrapper around @ikary/cli. It exists so you can run npx @ikary/ikary instead of npx @ikary/cli.
Install
npx ikary initOr install globally:
npm install -g ikary
ikary --helpUsage
ikary init [project-name] # Create a new Cell manifest project
ikary validate <path> # Validate a manifest JSON file
ikary compile <path> # Compile a manifest to normalized JSON
ikary preview <path> # Preview a manifest in the playgroundDocumentation
Full documentation lives in the ikary-manifest repository.
