Skip to content

mstarski/nodetasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodetasks

A simple CLI for listing and executing npm tasks.

Installation

$ pip install nodetasks

Usage

Example usage

Development

  • 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

Todo

🔲 Give user ability to run tasks with yarn