UNPKG

manz-cli

Version:

A simple cli command for create new projects and organize structure

24 lines (23 loc) 474 B
{ "name": "manz-cli", "version": "1.0.2", "description": "A simple cli command for create new projects and organize structure", "main": "index.js", "scripts": { }, "keywords": [], "author": "Manz", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/ManzDev/manz-cli.git" }, "bin": { "manz-cli": "./index.js" }, "dependencies": { "inquirer": "^6.2.2", "ora": "^3.2.0", "colors": "^1.3.3" } }