UNPKG

sliceit

Version:

A CLI tool to generate React components with custom templates (JS, JSX, TSX, CSS, SCSS, Styled Components)

36 lines (35 loc) 763 B
{ "name": "sliceit", "version": "1.1.0", "description": "A CLI tool to generate React components with custom templates (JS, JSX, TSX, CSS, SCSS, Styled Components)", "main": "index.js", "type": "module", "bin": { "sliceit": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react", "component", "cli", "generator", "component-generator", "react-generator", "react-cli", "sliceit", "component-cli" ], "author": "Pavle Prelic", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "inquirer": "^12.5.2" }, "funding": { "type": "buymeacoffee", "url": "https://buymeacoffee.com/elpajone" } }