@bruxx/cli-tool
Version:
`BRX TEMPLATE` is a production-ready boilerplate for modern React projects. It eliminates the tedious setup process, letting you jump straight into coding with a preconfigured, optimized environment. Built with best practices, it’s designed for scalabilit
26 lines (25 loc) • 465 B
JSON
{
"name": "@bruxx/cli-tool",
"version": "1.7.0",
"main": "index.js",
"keywords": [
"cli",
"tool",
"automation",
"bruxx",
"app-generator"
],
"bin": {
"create-bruxx-survey": "./src/index.js",
"create-brx-app": "./src/create-brx-app.js"
},
"author": "",
"license": "MIT",
"type": "module",
"description": "",
"dependencies": {
"@clack/prompts": "^0.10.0",
"picocolors": "^1.1.1",
"which": "^5.0.0"
}
}