Closed msalsas closed 8 years ago
It would be nice to include a pacake.json file so that the repository can be downloaded with npm install. The easier way is to execute npm init and ask the questions from the prompt.
pacake.json
npm install
npm init
I will do it, there's already an issue about that (#2) so I close this one
It would be nice to include a
pacake.json
file so that the repository can be downloaded withnpm install
. The easier way is to executenpm init
and ask the questions from the prompt.