UNPKG

@rn-cli/cli

Version:

A powerful CLI tool to auto-generate boilerplate React Native components and screens with consistent structure.

48 lines (47 loc) 1.11 kB
{ "name": "@rn-cli/cli", "version": "1.0.5", "description": "A powerful CLI tool to auto-generate boilerplate React Native components and screens with consistent structure.", "main": "index.js", "bin": { "rn": "./index.js" }, "preferGlobal": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "cli", "rn-cli", "react-native-cli", "component-generator", "screen-generator", "boilerplate", "codegen", "react-native-boilerplate" ], "author": "Chandrakanth Avula", "license": "MIT", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/avulachandrakanth1/rn-g-cli.git" }, "bugs": { "url": "https://github.com/avulachandrakanth1/rn-g-cli/issues" }, "homepage": "https://github.com/avulachandrakanth1/rn-g-cli#readme", "dependencies": { "commander": "^13.1.0" }, "files": [ "index.js", "generators/", "templates/", "README.md", "LICENSE" ] }