springlizr
v1.0.1
Published
A CLI tool to generate Spring Boot projects using Spring Initializr
Maintainers
Readme
springlizr
A command-line interface tool to generate Spring Boot projects using Spring Initializr.
Installation
Global Installation (from npm - when published)
npm install -g springlizrLocal Installation (for development)
# Clone the repository
git clone <your-repo-url>
cd spring-cli
# Install dependencies
npm install
# Link globally for testing
npm linkUsage
Simply run the command in your terminal:
springlizrPublishing to npm
To publish this package to npm and make it available for everyone:
Prerequisites
- Create an npm account at npmjs.com
- Login to npm from your terminal:
npm loginPublishing Steps
Check package name availability:
npm search springlizrIf the name is taken, update the
namefield inpackage.jsonUpdate version (if republishing):
npm version patch # for bug fixes npm version minor # for new features npm version major # for breaking changesPublish to npm:
npm publishVerify publication:
npm view springlizr
