Skip to content

This project iterates the harperdb package.json and creates an attribution list for every dependency in the harperdb project

Notifications You must be signed in to change notification settings

HarperDB/harperdb_open_source_license_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harperdb_open_source_license_generator

This project iterates the a package.json and creates an attribution list for every dependency in the project

Inputs

project_path

string - defaults to current directory: '.'

The root path of the repo you want to generate a license file for. There should be a file named package.json in this path.

output_file

string - defaults to license.md

The location and format of the license file. Currnetly, only the file extension md is currently supported.

Example

project_path=${HOME}/src/harperdb/harperdb output_file=license.md node index.js

About

This project iterates the harperdb package.json and creates an attribution list for every dependency in the harperdb project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published