Skip to content

amartinm7/x-spring-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Spring-Cli

X-Spring-Cli

Download and install the cli tool. For doing that locally

npm install
npm link

after that you can create the controller and services from the command line

say-hello createController com.test.YourController
say-hello createService com.test.YourService

developing command line tools

  • use the chalk lib to colorize the logs
  • use the commander lib to create the command options
  • use the npm link to create a symbolic link stored in the /usr/local/bin/say-hello. Everytime you run 'say-hello' you executing the cli.

X-Spring-Cli

About

spring CLI to create the main spring stereotypes from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors