1.0.4 • Published 2 years ago
react-project-generator-cli v1.0.4
Project Name
This project is a CLI tool that uses Inquirer to create a new project based on a private Bitbucket repository. The tool prompts the user to enter a name for the new project, add storybook, internationalization (react i18n) and then generate a new project with that name.
Installation
To install the tool, run the following command:
npm install -g react-project-generator-cli
Usage
To use the tool, run the following command:
generate-project
The tool will then prompts the user to enter a name for the new project, add storybook, select story addons, and then generate a new project with that name. The tool will also install any necessary dependencies.