An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

Basic boilerplate repository to be reused for a variety of JavaScript-based projects.

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