1

Suppose I cloned and modified jhipster-generator and I want to launch the application with:

jhipster

running this command will trigger the actual jhipster-generator repository on https://github.com/jhipster/generator-jhipster.

How would I link it to my current repository locally which has been modified?

jche
  • 129
  • 2
  • 16

1 Answers1

3

As advised in another question you posted, read the JHipster contributing guide. Look at the paragraph where it explains that you must use npm link

Gaël Marziou
  • 16,028
  • 4
  • 38
  • 49