0.5.0 • Published 12 months ago

@langri-sha/projen-codeowners v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@langri-sha/projen-codeowners

A projen component for managing CODEOWNERS.

Usage

npm install -D projen @langri-sha/projen-codeowners`.

Then, create the Codeowners component for your root project:

import { Project } from 'projen'
import { Codeowners } from '@langri-sha/projen-codeowners`

const project = new Project({
  name: 'my-project',
})

new Codeowners(project, {
  '*': '@admins',
  '*.js': ['@developers', '@frontend']
}
0.3.0

1 year ago

0.5.0

12 months ago

0.4.1

12 months ago

0.4.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago