Socket
Socket
Sign inDemoInstall

generate-awesome

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-awesome

🖨 Generate an awesome list from a set of individual data files.


Version published
Maintainers
1
Created
Source

Generate Awesome

A command-line tool for generating Awesome Lists from a set of data files.

Why?

Maintaining a Markdown-based Awesome List becomes difficult quickly. Merge conflicts, typos, and duplicate entries are common. Generate Awesome uses a discrete data file for each entry in the list. Generate Awesome also checks for duplicates.

Features

  • Duplicate detection.
  • GitHub metadata! Star count and last commit date.
  • Human readable data files using TOML.

Installation

Install Node 6 or higher. We recommend using NVM.

npm install -g generate-awesome

Usage

TODO update this once we have the final command set

Init

generate-awesome init

Creates a new project in the current folder.

Add [url]

generate-awesome add [url]

Scrapes data from a given URL and creates a new TOML file in /data.

Generate

generate-awesome generate

Generates the README.md file from README.md.hbs and the data in /data.

FAQs

Package last updated on 07 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc