Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/herberthe/developer-helper-cli

Developer Helper Cli Tool
https://github.com/herberthe/developer-helper-cli

Last synced: about 1 month ago
JSON representation

Developer Helper Cli Tool

Awesome Lists containing this project

README

        

# developer-helper-cli

[![version](https://img.shields.io/npm/v/developer-helper-cli.svg)](https://www.npmjs.com/package/developer-helper-cli)
[![download](https://img.shields.io/npm/dm/developer-helper-cli.svg)](https://www.npmjs.com/package/developer-helper-cli)

A Developer Helper Cli ToolπŸ€”

Before, I've written a cli tool for background developement for Nuco.Tech, called [nbc](https://open.nuco.tech/nuco-backend-cli/). It supports multi-platforms and really helps me with developing.

But, maybe I need a new cli tool for me with frontend development.

## Features

- [x] support commit message in emoji style
- [x] detect the local developing environment

## Usage

```bash
# install as global dependence
npm install -g developer-helper-cli

# run `dhc help` command in terminal for help
dhc help
```

## Commands

See the source code [`src/index.ts`](./src/index.ts) directly is recommended.