Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/herberthe/developer-helper-cli
- Owner: HerbertHe
- License: mit
- Created: 2022-12-11T12:04:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T14:19:26.000Z (about 1 year ago)
- Last Synced: 2024-11-07T07:50:21.523Z (about 2 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.