JSPM

react-project-generator-cli

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q9849F
  • License ISC

A CLI tool for generating a new react project

Package Exports

  • react-project-generator-cli
  • react-project-generator-cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-project-generator-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.