Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/endykaufman/schematics-readme

Generator README.md file for Angular Schematics collection
https://github.com/endykaufman/schematics-readme

angular cli console generator info input library nx oclif react readme schematics tools vue

Last synced: about 2 months ago
JSON representation

Generator README.md file for Angular Schematics collection

Awesome Lists containing this project

README

        

schematics-readme
===============

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/schematics-readme.svg)](https://npmjs.org/package/schematics-readme)
[![CircleCI](https://circleci.com/gh/EndyKaufman/schematics-readme/tree/master.svg?style=shield)](https://circleci.com/gh/EndyKaufman/schematics-readme/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/EndyKaufman/schematics-readme?branch=master&svg=true)](https://ci.appveyor.com/project/EndyKaufman/schematics-readme/branch/master)
[![Codecov](https://codecov.io/gh/EndyKaufman/schematics-readme/branch/master/graph/badge.svg)](https://codecov.io/gh/EndyKaufman/schematics-readme)
[![Downloads/week](https://img.shields.io/npm/dw/schematics-readme.svg)](https://npmjs.org/package/schematics-readme)
[![License](https://img.shields.io/npm/l/schematics-readme.svg)](https://github.com/EndyKaufman/schematics-readme/blob/master/package.json)

Generator `README.md` file for [Angular Schematics](https://angular.io/guide/schematics-for-libraries) collection

# Install

```bash
npm i -g schematics-readme
```

## Links

[Fake generators](https://github.com/EndyKaufman/schematics-readme/blob/master/test/fixtures/fake-generators/README.md) - Fake generators for test.

# Usage
Open folder with schematic workspace and run
```bash
npx schematics-readme
```
Run on target folder
```bash
npx schematics-readme ./library
```

# License

MIT