An open API service indexing awesome lists of open source software.

https://github.com/sabertazimi/bod

:package: Boilerplate CLI App
https://github.com/sabertazimi/bod

boilerplate cli cra-template cra-template-typescript create-react-app eslint eslint-config eslint-plugin react react-scripts starter starter-kit stylelint stylelint-config stylelint-plugin template typescript

Last synced: 13 days ago
JSON representation

:package: Boilerplate CLI App

Awesome Lists containing this project

README

          

# Bod

[![Author](https://img.shields.io/badge/author-sabertaz-lightgrey?style=for-the-badge)](https://github.com/sabertazimi)
[![LICENSE](https://img.shields.io/github/license/sabertazimi/bod?style=for-the-badge)](https://raw.githubusercontent.com/sabertazimi/bod/main/LICENSE)
[![Node Version](https://img.shields.io/node/v/bod?logo=node.js&style=for-the-badge)](https://github.com/sabertazimi/bod)

[![CI](https://img.shields.io/github/actions/workflow/status/sabertazimi/bod/ci.yml?branch=main&style=for-the-badge&logo=github)](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
[![Vitest Coverage](https://img.shields.io/codecov/c/github/sabertazimi/bod?logo=codecov&style=for-the-badge)](https://codecov.io/gh/sabertazimi/bod)

[![NPM Version](https://img.shields.io/npm/v/@dg-scripts/webpack-template?label=Webpack%20Template&logo=stylelint&style=for-the-badge)](https://www.npmjs.com/package/@dg-scripts/webpack-template)
[![NPM Version](https://img.shields.io/npm/v/@dg-scripts/eslint-config?label=ESLint&logo=eslint&style=for-the-badge)](https://www.npmjs.com/package/@dg-scripts/eslint-config)
[![NPM Version](https://img.shields.io/npm/v/@dg-scripts/stylelint-config?label=StyleLint&logo=stylelint&style=for-the-badge)](https://www.npmjs.com/package/@dg-scripts/stylelint-config)
[![NPM Version](https://img.shields.io/npm/v/bod?label=Bod%20CLI&logo=npm&style=for-the-badge)](https://www.npmjs.com/package/bod)

[**Documentation**](https://tazimi.dev/bod) |
[Webpack Template](https://tazimi.dev/bod/webpack)

## Bod CLI

### Installation

```bash
# Global installation
npm install -g bod

# Local installation
npm install -D bod
```

### Usage

```bash
bod create
bod info
```

```bash
Usage: bod [options]

Options:
-v, --version output the version number
-h, --help display help for command

Commands:
create|c Create a new project
info|i Print debugging information about your environment
help [command] display help for command

ℹ Run bod --help for detailed usage of given command.
```

More details on package
[bod](https://github.com/sabertazimi/bod/tree/main/packages/bod).

## Bod Template

The official template for [**Bod CLI**](https://github.com/sabertazimi/bod).

### Live Demo

- Webpack Template [Demo](https://tazimi.dev/bod/webpack).

### Start with Template

```bash
bod create my-app
```

## Contributing

Contributions are greatly appreciated.
Please fork this repository and open a pull request.

## Credits

- [@antfu/eslint-config](https://github.com/antfu/eslint-config).

## Contact

[![GitHub](https://img.shields.io/badge/-GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sabertazimi)
[![Email](https://img.shields.io/badge/-Gmail-ea4335?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sabertazimi@gmail.com)
[![X](https://img.shields.io/badge/-X.com-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/sabertazimi)