New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-react-play

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-play

Boiler plate for creating a play within reactplay system

latest
Source
npmnpm
Version
0.0.21
Version published
Weekly downloads
14
-36.36%
Maintainers
2
Weekly downloads
 
Created
Source

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

  • Fork reactplay

  • Clone your branch

  • Install packages using

    yarn
    #or
    npm install
    
  • run reactplay application using

    yarn start
    #or
    npm start
    
  • Hit "Create" button on web portal

  • Provide necessary information

  • Submit your play request

  • It will generate an unique id for you

  • 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

    npx create-react-play@latest -c <the_unique_id>
    
  • Now you will find your play under

    <reactplay_directory>/plays/<your_play_name>
    
  • Now its all with you, create an awesome play and flaunt it infront of the globe

  • Create a pull request when you are done

Example: Prepare environemnt

   npx create-react-play@latest -p

FAQs

Package last updated on 13 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts