1.0.2 • Published 1 year ago

@waldronmatt/auto-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Auto Config

My personal shareable auto configuration.

Install

yarn add -D auto @waldronmatt/auto-config

Usage

.autorc

{
  "extends": "@waldronmatt"
}

Set up auto and follow the prompts

pnpm auto init

Create your GH_TOKEN and NPM_TOKEN for versioning and publishing.

Note: Make sure to set up your NPM_TOKEN via Settings -> Secrets -> Actions

Create GitHub labels:

pnpm auto create-labels

Extending

.autorc

{
  "extends": "@waldronmatt",
  "labels": [
    {
      "name": "documentation",
      "changelogTitle": "Docz"
    }
  ]
}

Under The Hood

index.json

  • @auto-it/conventional-commits

License

MIT