https://github.com/waldronmatt/base-boilerplate
Basic boilerplate repository to be reused for a variety of JavaScript-based projects.
https://github.com/waldronmatt/base-boilerplate
actionlint boilerplate commitizen commitlint dependabot editorconfig husky lint-staged markdownlint prettier secretlint semantic-pull-request semantic-release yamllint
Last synced: about 2 months ago
JSON representation
Basic boilerplate repository to be reused for a variety of JavaScript-based projects.
- Host: GitHub
- URL: https://github.com/waldronmatt/base-boilerplate
- Owner: waldronmatt
- License: mit
- Created: 2022-09-18T16:00:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T21:24:45.000Z (over 3 years ago)
- Last Synced: 2025-06-01T00:52:37.095Z (about 1 year ago)
- Topics: actionlint, boilerplate, commitizen, commitlint, dependabot, editorconfig, husky, lint-staged, markdownlint, prettier, secretlint, semantic-pull-request, semantic-release, yamllint
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Boilerplate
Basic boilerplate repository to be reused for a variety of JavaScript-based projects.
## Installation
Install dependencies:
```bash
yarn
```
Install hooks:
```bash
yarn prepare
```
Install `make`:
```bash
[your-package-manager] install make
```
Install `yamllint` and `actionlint`.
## Commands
Commit changes using conventional changelog:
```bash
yarn commit
```
Lint files:
```bash
yarn lint
```
**Note**: `release.yml` will run this before versioning and publishing.
Lint `.yml` files:
```bash
make -f MAKEFILE
```
## License
MIT