An open API service indexing awesome lists of open source software.

https://github.com/mstarski/nodetasks

Simple CLI for npm/yarn tasks execution
https://github.com/mstarski/nodetasks

cli javascript npm python task-automation

Last synced: 23 days ago
JSON representation

Simple CLI for npm/yarn tasks execution

Awesome Lists containing this project

README

          

# nodetasks

A simple CLI for listing and executing npm tasks.

## Installation

```bash
$ pip install nodetasks
```

## Usage

![Example usage](example.gif)

## Development

- Setup a virtual environment inside the repo
```
$ python3 -m venv
```

- 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

:black_square_button: Give user ability to run tasks with yarn