projectman
projectman copied to clipboard
ProjectMan is a command line tool to easily save/open your favorite projects right from command line. `pm add` to add projects and `pm open` to open them from anywhere you want🦸
Using this as a proof of concept for [cli-testing-tool](https://github.com/saurabhdaware/cli-testing-tool). Seems to work pretty well even with complicated interfaces of prompts
the functions in `helper.js` are straight forward we can simply write unit tests (Checkout #28 if you're interested in writing unit test for `lib/helper.js`) but `lib/action.js` is comparatively complicated to...
Need to write Unit tests for `lib/helper.js` You can check out #27 for example. We currently use [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/) for unit testing
Was thinking about the ways we can sort projects in `pm open`. I am highly thinking about sorting them as per the last opened date. So the recently opened project...