bod
Version:
Boilerplate CLI App
74 lines (50 loc) • 2.58 kB
Markdown
# Bod CLI
[](https://github.com/sabertazimi)
[](https://raw.githubusercontent.com/sabertazimi/bod/main/LICENSE)
[](https://www.npmjs.com/package/bod)
[](https://www.npmjs.com/package/bod)
[](https://cdn.jsdelivr.net/npm/bod@latest/)
[](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
[](https://codecov.io/gh/sabertazimi/bod)
[](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
Boilerplate CLI App - Create a new project powered by Create React App and @sabertazimi/react-scripts.
## Installation
```bash
# Global installation
npm i -g bod
# Local installation
npm i -D bod
```
## Usage
```bash
bod create <appName>
```
```bash
Usage: bod <command> [options]
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
create|c <appName> Create a new project powered by @sabertazimi/react-scripts
info|i Print debugging information about your environment
help [command] display help for command
ℹ Run bod <command> --help for detailed usage of given command.
```
### `bod create`
```bash
Usage: create|c [options] <appName>
create a new project powered by @sabertazimi/react-scripts
Options:
-h, --help display help for command
```
### `bod info`
```bash
Usage: info|i [options]
print debugging information about your environment
Options:
-h, --help display help for command
```
## Contact
[](mailto:sabertazimi@gmail.com)
[](https://twitter.com/sabertazimi)
[](https://github.com/sabertazimi)