1.0.4 • Published 2 years ago
commit-easy v1.0.4
Commit Easy for Git
Requisites:
- Node.JS
- npm or pnpm
How to install binary:
Install binary with npm or pnpm
npm install -D commit-easypnpm add -D commit-easyHow to start project:
Install dependencies:
npm installpnpm installCompile project:
npm run buildpnpm run buildStart project:
npm startpnpm startStart project in mode development:
npm run devpnpm run dev