1.3.0 • Published 2 years ago

@mariof/nodecli v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NodeCLI

Donate Conventional Commits Semantic Release GitHub issues Average time to resolve an issue Percentage of issues still open

This project is a cli bin template written in typescript and distributed to multiple release channels.

Install

Install with: npm install -g @mariof/nodecli

Usage

npm binary: nodecli

docker image: docker run -it --rm ghcr.io/mario-f/nodecli:latest

Development

The development aims to be quick and easy to use, you need to install dependencies with yarn, after that you have 2 major ways.

DEV Binary:

Execute the dev binary with ./bin/nodecli-dev this will compile and execute the project like normal.

DEBUG Binary:

Execute the debug binary with ./bin/nodecli-debug this will compile and execute the project and wait for node debugger to connect.

When developing with vscode the launch config already delivery with this project and you only need to hit F5, on each subsequent execution the debugger will now automatically connect.

1.2.0

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago