https://github.com/ymc-github/js-lib-changelog-preset
conventional-changelog preset for ymc
https://github.com/ymc-github/js-lib-changelog-preset
changlog preset ymc
Last synced: 3 months ago
JSON representation
conventional-changelog preset for ymc
- Host: GitHub
- URL: https://github.com/ymc-github/js-lib-changelog-preset
- Owner: YMC-GitHub
- License: mit
- Created: 2020-02-01T06:45:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:38:57.000Z (over 2 years ago)
- Last Synced: 2025-01-07T23:46:11.138Z (5 months ago)
- Topics: changlog, preset, ymc
- Language: JavaScript
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# changelog-preset
## desc
changelog preset for ymc
## how to use for production?
### install```sh
#npm install conventional-changelog-yemiancheng --save-dev
npm install https://github.com/YMC-GitHub/js-lib-changelog-preset.git --save-dev
```### usage
```js
const conventionalChangelog = require('conventional-changelog');
const newData = conventionalChangelog({ preset: 'yemiancheng', releaseCount: 1 });
```## how to use for developer?
### install
```sh
#get the code
git clone https://github.com/ymc-github/js-lib-changelog-preset.git
#get his dep
npm install
```### usage
```sh
#dev
npm run dev#build
npm run build#release
npm run release#lint
npm run lint
npm run lint:no-fix#format
npm run beautify#test
npm run test
npm run test:unit
npm run test:coverage
```## Author
yemiancheng
## License
MIT