@sivasothy-tharsi/create-springboot-cli
Version: 
CLI tool to generate Spring Boot projects
16 lines (15 loc) • 414 B
JSON
{
  "name": "@sivasothy-tharsi/create-springboot-cli",
  "version": "1.0.1",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["springboot", "cli", "generator", "java", "maven"],
  "author": "Sivasothy Tharsi",
  "license": "MIT",
  "description": "CLI tool to generate Spring Boot projects",
  "bin":{
    "create-springboot-app": "index.js"
  }
}