@knot/cli
v1.5.1
Published
A command-line tool for simplifying the creation and maintainance of knot projects.
Downloads
14
Readme
@knot/cli
A command-line tool for simplifying the creation and maintainance of
knot
projects.
Created both as a new project generator, and eventual single-entrypoint for interacting with knot code and tooling. Additional commands will be introduced for improving the ease of maintaining a knot project through adding or modifying elements of the codebase.
Table of Contents
Install
npm install -g @knot/cli
# or
yarn global add @knot/cli
Usage
Create a New Project
You will be taken into an interactive setup prompt that will generate your project for you.
knot init [target_dir]
Maintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2019 Ben Teichman