UNPKG

@prolaxu/galaxy-api-tool

Version:

CLI tool for generating Galaxy API files (Controllers, Resources, Vue components)

42 lines 929 B
{ "name": "@prolaxu/galaxy-api-tool", "version": "1.0.2", "description": "CLI tool for generating Galaxy API files (Controllers, Resources, Vue components)", "main": "index.js", "bin": { "galaxy-api-tool": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "chmod +x bin/cli.js" }, "keywords": [ "cli", "generator", "laravel", "vue", "api", "galaxy", "code-generator" ], "author": "Prolaxu", "license": "MIT", "dependencies": { "commander": "^11.0.0", "chalk": "^4.1.2", "fs-extra": "^11.1.1", "handlebars": "^4.7.8", "pluralize": "^8.0.0" }, "repository": { "type": "git", "url": "https://github.com/prolaxu/galaxy-api-tool.git" }, "homepage": "https://github.com/prolaxu/galaxy-api-tool#readme", "files": [ "bin/", "templates/", "lib/", "README.md" ] }