git clone https://github.com/jhipster/generator-jhipster
cd generator-jhipster
npm install
npm link
( 🏁 Kudos, you just setup JHipster and linked to it locally )
git clone https://github.com/jhipster/generator-jhipster-micronaut
cd generator-jhipster-micronaut
npm link generator-jhipster
npm install
npm link
( 🏁 Kudos, you just setup JHipster-Micronaut and linked to it locally ) ( 📝 Note: you have linked JHipster to JHipster-Micronaut)
mkdir my-project
cd my-project
npm link "generator-jhipster-micronaut"
mhipster
( 🏁 Kudos, you have done it! It is the time to generate the application )
✨✨✨✨ You are rocking ✨✨✨✨
Fix / Code / Document and create a pull request 💯