0.3.3 • Published 12 months ago

@langri-sha/projen-license v0.3.3

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

@langri-sha/projen-license

A projen component for generating license files using license-o-matic.

Usage

Install dependencies:

npm install -D projen @langri-sha/projen-license

Then, create an License component for your projects:

import { Project } from 'projen'
import { License } from '@langri-sha/license'

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

new License(project, {
  filename: 'license',
  spdx: 'MIT',
  copyrightHolder: 'John Smith <john.smith@example.com>',
  copyrightYear: '2000',
})
0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago