1.5.1 • Published 4 years ago

@knot/cli v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@knot/cli

npm code style: prettier lerna semantic-release Commitizen friendly standard-readme compliant

CircleCI codecov

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

@effervescentia

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 Ben Teichman