1- # chive -action
1+ # NOTICE file generator (chvive -action)
22
33Create a NOTICE attribution file based on your package-lock.json as a github action!
44
5- - uses https://www.npmjs.com/package/tiny-attribution-generator and https://clearlydefined.io to generate
5+ - uses https://www.npmjs.com/package/tiny-attribution-generator (chive) and https://clearlydefined.io to generate
66- optional custom NOTICE_TEMPLATE
77- optional argument for filename to use (--filename)
88- optional argument for including devDependencies (--includeDev) (excluded by default)
99
1010add ./github/main.workflow to your repo
1111
1212```
13- workflow "NOTICE file generate " {
13+ workflow "NOTICE file generator " {
1414 on = "push"
15- resolves = ["Chive Action "]
15+ resolves = ["NOTICE file generator "]
1616}
1717
18- action "Chive Action " {
18+ action "NOTICE file generator " {
1919 uses = "dabutvin/chive-action@master"
2020 secrets = ["GITHUB_TOKEN"]
2121}
@@ -24,7 +24,7 @@ action "Chive Action" {
2424with custom file name
2525
2626```
27- action "Chive Action " {
27+ action "NOTICE file generator " {
2828 uses = "dabutvin/chive-action@master"
2929 secrets = ["GITHUB_TOKEN"]
3030 args = "--filename=MyNotices.md"
@@ -34,7 +34,7 @@ action "Chive Action" {
3434include devDependencies in notices
3535
3636```
37- action "Chive Action " {
37+ action "NOTICE file generator " {
3838 uses = "dabutvin/chive-action@master"
3939 secrets = ["GITHUB_TOKEN"]
4040 args = "--includeDev=true"
0 commit comments