bod
Version:
Boilerplate CLI App
73 lines (49 loc) • 2.29 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)
Boilerplate CLI App - Create a new project with modern tooling.
## 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
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
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://x.com/sabertazimi)
[](https://github.com/sabertazimi)