Bod
Documentation | Webpack Template
Bod CLI
Installation
# Global installation
npm install -g bod
# Local installation
npm install -D bod
Usage
bod create <appName>
bod info
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.
More details on package bod.
Bod Template
The official React template for Bod CLI.
Live Demo
- Webpack Template Demo.
Start with Template
This template is shipped with Bod CLI out of box:
# Select option `React Framework`
bod create my-app
Or use with Create React App:
npm create react-app my-app --template bod --scripts-version @sabertazimi/react-scripts
More available scripts on package cra-template-bod.
Contributing
Contributions are greatly appreciated. Please fork this repository and open a pull request.