0.0.21 • Published 5 months ago

create-react-play v0.0.21

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Create React Play

Welcome to reactplay.io ecosystem

A package to generate boilerplate files for creating a play withing your local system. Another idea of this package to create a backbone structure for running all sort of maintenance and house keeping task.

Node.js Package

Command Line Options

Here are few options

  • -h/help: Show all available arguments and flags
  • -c/create: Creates a play boilerplate within local directory structure
  • -u/update: Update an exsiting play
  • -p/prepare: Prepre an environment for build/run

How it works

Example: Create a play

  1. Fork reactplay
  2. Clone your branch
  3. Install packages using
    yarn
    #or
    npm install
  4. run reactplay application using
    yarn start
    #or
    npm start
  5. Hit "Create" button on web portal
  6. Provide necessary information
  7. Submit your play request
  8. It will generate an unique id for you
  9. Navigate to root directory of your local reactplay repo and run
    npx create-react-play -c <the_unique_id>
    This will create necessary resources and link them together.

Note: If the play folder <reactplay_directory>/plays/<your_play_name> remain empty after running above command that means you might be in some older version of the package. Use @latest in that case

  ```bash
  npx create-react-play@latest -c <the_unique_id>
  ```
  1. Now you will find your play under
    <reactplay_directory>/plays/<your_play_name>
  2. Now its all with you, create an awesome play and flaunt it infront of the globe
  3. Create a pull request when you are done

Example: Prepare environemnt

   npx create-react-play@latest -p
0.0.21

5 months ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago