mstarski / nodetasks

Simple CLI for npm/yarn tasks execution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple CLI for npm/yarn tasks execution

License:MIT License


Languages

Language:Python 100.0%