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
- Host: GitHub
- URL: https://github.com/mstarski/nodetasks
- Owner: mstarski
- License: mit
- Created: 2020-10-16T21:48:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T00:03:07.000Z (over 5 years ago)
- Last Synced: 2026-06-03T09:25:07.277Z (about 1 month ago)
- Topics: cli, javascript, npm, python, task-automation
- Language: Python
- Homepage:
- Size: 2.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nodetasks
A simple CLI for listing and executing npm tasks.
## Installation
```bash
$ pip install nodetasks
```
## Usage

## 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