A simple CLI for listing and executing npm tasks.
$ pip install nodetasks
- Setup a virtual environment inside the repo
$ python3 -m venv <your-venv-name>
- Activate created environment
$ source path/to/venv/bin/activate
- Install necessary requirements
$ pip install -r requirements.txt
- After making changes build package locally
$ pip install -e .
- Run the module with
$ python3 -m nodetasks
🔲 Give user ability to run tasks with yarn