2.0.3 • Published 2 years ago
@qiwi/license v2.0.3
QIWI Open Source Software License
MIT compatible and corresponding to the Civil Code of the Russian Federation.
- License in English (en)
- Лицензия на русском (ru)
Install
yarn add @qiwi/license -D
npm add @qiwi/license -DUsage
Through CLI
qiwilicense --name='@qiwi/some-project' --cwd=. --lang=en --file=LICENSE --type=mit --year=2019With npx
npx @qiwi/license --type=mit --year=2019 --cwd=/some/pathTS/JS
import {generate, render} from '@qiwi/license'
// Get the text and do something next
const text = render({
lang: 'ru',
year: '2010-2019'
})
// Or just write to a file:
generate({
name: 'PROJECT_NAME',
cwd: resolve(__dirname, '../foo/bar'),
lang: 'en',
year: '2019'
})Options
| Option | Description | Default |
|---|---|---|
year, y | Sets year | new Date().getFullYear() |
lang, l | Text language | en |
file, f | License file name | LICENSE |
cwd, c, dir, d | License target dir | process.cwd() |
name, n | Project name | name from package.json |
type, t | License type | qosl |
patch-pkg-json | Set/update license field of package.json | false |
License
MIT
2.0.1-draft.3
2 years ago
2.0.3
2 years ago
2.0.1-draft.0
2 years ago
2.0.1-draft.1
2 years ago
2.0.1-draft.2
2 years ago
2.0.0
3 years ago
1.4.4
3 years ago
1.4.3
3 years ago
1.3.3
4 years ago
1.3.2
4 years ago
1.3.1
5 years ago
1.2.0
5 years ago
1.3.0
5 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago