Generate random release names for Angular.
$ npm install --global angular-release-name-generator
$ arng
----------
Angular 14 - Accurate Manchet
https://giphy.com/gifs/accurate-ySg4bO4O02YyA
----------
Copied to clipboard
/**
* Generate random release names for Angular.
* @param {number|Promise<number>} [major=fetchNextMajor(...)] - SemVer major.
* @param {string|Promise<string>} [gif=fetchTopicRelatedGifUrl(...)] - Gif URL.
* @returns {Promise<releaseNameGenerator.IRelease>}
*/
require('angular-release-name-generator')()
.then(({ version, name, gif }) => console.log(version, name, gif))
.catch(error => console.error(error));
For the lol. Enjoy!
- Slack command
- Website
- ...
MIT