feathersjs/feathers

View on GitHub
packages/cli/README.md

Summary

Maintainability
Test Coverage
# @feathersjs/cli

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/cli.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/cli)

> The command line interface for creating Feathers applications

## Installation

```
npm install @feathersjs/cli --save-dev
```

## Usage

```
$ npx feathers help
```

## Documentation

Refer to the [Feathers CLI guide](https://feathersjs.com/guides/cli/) for more details.

## License

Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).