Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhattaraib58/base-node-starter
Base Node Starter Package with Leapfrog Lint and Prettier
https://github.com/bhattaraib58/base-node-starter
Last synced: 26 days ago
JSON representation
Base Node Starter Package with Leapfrog Lint and Prettier
- Host: GitHub
- URL: https://github.com/bhattaraib58/base-node-starter
- Owner: bhattaraib58
- License: mit
- Created: 2020-06-09T17:47:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T07:27:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T23:45:12.266Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 771 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Node Starter
Base Node Starter File with Babel, Leapfrog Eslint and Prettier Configuration
## Generate Changelog
Generate Changelog Only with following command:
```bash
$ NEXT=APP_NEXT_VERSION TOKEN=YOUR_GITHUB_TOKEN yarn changelogE.g:
$ NEXT=v1.0.1 TOKEN=4545c0557b37331454343434 yarn changelog
```## Release
Generate changelog and publish a new tag using the following command:
```bash
$ NEXT=APP_NEXT_VERSION TOKEN=YOUR_GITHUB_TOKEN yarn releaseE.g:
$ NEXT=v1.0.1 TOKEN=4545c0557b37331454343434 yarn release
```**Note**: This requires [`github_changelog_generator`](https://github.com/github-changelog-generator/github-changelog-generator) to be installed.
Don't have github token, generate one here: [`generate_github_token`](https://github.com/settings/tokens/new?scopes=repo,read:user,user:email&description=base-node-starter)