Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dar5hak/generator-awesome-list
:sunglasses: Yeoman generator for GitHub awesome lists
https://github.com/dar5hak/generator-awesome-list
List: generator-awesome-list
awesome-list hacktoberfest yeoman-generator
Last synced: about 24 hours ago
JSON representation
:sunglasses: Yeoman generator for GitHub awesome lists
- Host: GitHub
- URL: https://github.com/dar5hak/generator-awesome-list
- Owner: dar5hak
- License: apache-2.0
- Created: 2016-01-17T13:55:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T05:26:50.000Z (about 2 months ago)
- Last Synced: 2025-01-02T22:49:26.976Z (9 days ago)
- Topics: awesome-list, hacktoberfest, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 3.28 MB
- Stars: 347
- Watchers: 1
- Forks: 59
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-source-auditing - dar5hak/generator-awesome-list
- awesome-hackathon - generator-awesome-list - hackathons](https://github.com/cconsidine/awesome-hackathons) by Camille Considine. (Footnotes / Evaluating)
- awesome - dar5hak/generator-awesome-list - :sunglasses: Yeoman generator for GitHub awesome lists (hacktoberfest)
- project-awesome - dar5hak/generator-awesome-list - :sunglasses: Yeoman generator for GitHub awesome lists (JavaScript)
- jimsghstars - dar5hak/generator-awesome-list - :sunglasses: Yeoman generator for GitHub awesome lists (JavaScript)
- awesome-autism-tech - generator-awesome-list
README
# generator-awesome-list
> Yeoman generator for GitHub [awesome lists](https://github.com/sindresorhus/awesome) :sunglasses:
[![build](https://img.shields.io/travis/dar5hak/generator-awesome-list.svg?style=flat-square)](https://travis-ci.org/dar5hak/generator-awesome-list)
[![npm version](https://img.shields.io/npm/v/generator-awesome-list.svg?style=flat-square)](https://www.npmjs.com/package/generator-awesome-list)
[![license](https://img.shields.io/npm/l/generator-awesome-list.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0)## Usage
```sh
npm install -g yo generator-awesome-list
yo awesome-list
```### Using Docker
#### Build the Docker image
```sh
docker build . -t generator-awesome-list
```#### Create and run the container based on above image
The following does the same as the non-container command `yo awesome-list`.
```sh
docker run --rm -it -v ${PWD}:/app generator-awesome-list
```## What's included?
This stuff is heavily stolen from [Sindre Sorhus](https://github.com/sindresorhus)'s lists.
- `readme.md` skeleton
- `contributing.md` skeleton
- `code-of-conduct.md` based on [Contributor Covenant](http://contributor-covenant.org)
- a simple `.gitattributes` to make contributing easier![Screenshot of generator running](screenshot.png)