Package Exports
- developer-helper-cli
- developer-helper-cli/bin/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (developer-helper-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
developer-helper-cli
A Developer Helper Cli Tool🤔
Before, I've written a cli tool for background developement for Nuco.Tech, called nbc. It supports multi-platforms and really helps me with developing.
But, maybe I need a new cli tool for me with frontend development.
Features
- support commit message in emoji style
- detect the local developing environment
Usage
# install as global dependence
npm install -g developer-helper-cli
# run `dhc help` command in terminal for help
dhc helpCommands
See the source code src/index.ts directly is recommended.