Open-Xchange-Frontend / generator-ox-ui-module

Boilerplate code for Open-Xchange Appsuite UI modules
MIT License
3 stars 4 forks source link

Update Readme -> npm install directory fix #1

Closed tabacha closed 10 years ago

tabacha commented 10 years ago

Update Readme -> npm install directory must ends with a backshlash

johnyb commented 10 years ago

Moin!

thanks for your pull-request. However, your change is not, what we intended. The parameter defined the module to be installed, not a directory. It is the short form for the github repository of the module. Since I just finished everything I had on my list for everything needed, we consider this generator now stable enough to be published in the npm registry. I just published the latest version, so no git is needed any longer to install the generator. It's now possible to install it via npm directly.

This also brings the benefit of yo showing updates, if available. So I'm closing this PR.

Thanks anyway, I'd be glad to receive more feedback on this, so if you still have some trouble or anything else, just drop me a line.

BTW, you don't have to locally clone this repo or anything in order to use the generator, just install it via npm and you can use it.