allenhwkim / ngentest

Angular6+ Unit Test Generator For Components, Directive, Services, and Pipes
https://ngentest.github.io
MIT License
144 stars 60 forks source link

Instructions local environment #40

Closed ghost closed 3 years ago

ghost commented 4 years ago

It would be nice to have instructions for local environment setup.

allenhwkim commented 4 years ago

I don't understand this and it seems README.md is not enough for @mikeRujevic Cans someone write instruction as a response?

jacobmcgowan commented 4 years ago

Hello @mikeRujevic, you can install it as a developer dependency using npm install --save-dev ngentest. Then you can add a configuration file named ngentest.config.js to your project's root folder. Lastly, you can run ngentest locally with node ./node_modules/ngentest/index.js [options].