danielrosehill / minimal-awesome-list-generator

A fork of the Awesome list generator modified for simplicity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-awesome-list

Yeoman generator for GitHub awesome lists 😎

build npm version license

Usage

npm install -g yo minimal-awesome-list
yo awesome-list

Using Docker

Build the Docker image

docker build . -t minimal-awesome-list

Create and run the container based on above image

The following does the same as the non-container command yo awesome-list.

docker run --rm -it -v ${PWD}:/app  minimal-awesome-list

What's included?

This stuff is heavily stolen from Sindre Sorhus's lists.

  • readme.md skeleton
  • contributing.md skeleton
  • code-of-conduct.md based on Contributor Covenant
  • a simple .gitattributes to make contributing easier

Screenshot of generator running

About

A fork of the Awesome list generator modified for simplicity

License:Apache License 2.0


Languages

Language:JavaScript 95.2%Language:Dockerfile 4.8%