0.0.4 • Published 3 years ago

license-scraper v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

License Scraper with Multi Plattform Support

A utility that scrapes a packages license name and the url to the package license (usually from github). Supported plattforms:

  • npmjs.com ✅
  • rubygems.org ✅
  • cocoapods.org ✅
  • github.com (helper) ✅

Examples

// NPM (uses github helper)
await LicenseScraper.npmPackage("opensea-scraper");

// Github (helper)
await LicenseScraper.githubRepo("dcts/opensea-scraper");

// RubyGems (uses github helper)
await LicenseScraper.rubyGem("rails");

// CocoaPods (uses github helper)
await LicenseScraper.cocoaPod("FirebaseUI");

Scripts

This repository contains bash scripts that allow you to print all dependencies to the terminal. You can then save all those outputs to a file. Instructions: 1. navigate to your nodejs projects node_modules folder 2. run the following code

# directory and filename of the output file
outputFilePath = "/your/path/yourFilename.txt" 

# run and save output to file
pmodules > outputFilePath
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago