@usecobble/cli
v1.0.0
Published
Initialize and manage Cobble projects.
Readme
@usecobble/cli
The Cobble command-line interface initializes Cobble metadata in a project.
Install
npm install --global @usecobble/cliInitialize a project
Run this from the project directory:
cobble init -yThis creates:
cobble.json, the project manifest..cobble/config.json, Cobble-managed metadata..cobble/README.md, a description of the internal directory.
-y / --yes skips the confirmation prompt. Cobble never overwrites an
existing generated file.
Development
npm test
node ./bin/cobble.js --help