UNPKG

react-init-class

Version:

A Simple npm module to create a react init class with a default constructor and render methods. It will create a class with the file name provided by -f parameter and in the path provided by -p parameter.

37 lines (36 loc) 967 B
{ "name": "react-init-class", "version": "1.0.7", "description": "A Simple npm module to create a react init class with a default constructor and render methods. It will create a class with the file name provided by -f parameter and in the path provided by -p parameter.", "main": "index.js", "bin": { "react-init-class": "cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DivakarD/react-init-class.git" }, "keywords": [ "react", "react init", "react init class", "reactjs", "component", "react class", "class", "react-init", "react-init-class" ], "author": "Divakar Dass", "license": "MIT", "bugs": { "url": "https://github.com/DivakarD/react-init-class/issues" }, "homepage": "https://github.com/DivakarD/react-init-class#readme", "dependencies": { "minimist": "^1.2.0" } }