Skip to content

pankajjs/springlizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springlizr

A command-line interface tool to generate Spring Boot projects using Spring Initializr.

Installation

Global Installation (from npm - when published)

npm install -g springlizr

Local Installation (for development)

# Clone the repository
git clone <your-repo-url>
cd spring-cli

# Install dependencies
npm install

# Link globally for testing
npm link

Usage

Simply run the command in your terminal:

springlizr

Publishing to npm

To publish this package to npm and make it available for everyone:

Prerequisites

  1. Create an npm account at npmjs.com
  2. Login to npm from your terminal:
npm login

Publishing Steps

  1. Check package name availability:

    npm search springlizr

    If the name is taken, update the name field in package.json

  2. Update version (if republishing):

    npm version patch  # for bug fixes
    npm version minor  # for new features
    npm version major  # for breaking changes
  3. Publish to npm:

    npm publish
  4. Verify publication:

    npm view springlizr

About

A command-line interface tool to create spring boot project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published