Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/politician/example-generator

Generate usage examples in various formats so people can use your library.
https://github.com/politician/example-generator

Last synced: 25 days ago
JSON representation

Generate usage examples in various formats so people can use your library.

Awesome Lists containing this project

README

        

# JS Example Generator

Generate examples for using your library. This is very opinionated to work with [neat lib](https://github.com/olivr-templates/neat-lib/) however it can still be used as a good base for your use case by extending the class.

**Table of Contents**

- [💾 Installation](#-installation)
- [🔥 Usage](#-usage)
- [💚 Contributing](#-contributing)
- [Top five ways to contribute](#top-five-ways-to-contribute)
- [💡 Todo](#-todo)
- [💬 Support](#-support)
- [📜 License](#-license)

## 💾 Installation

Install with:

- NPM

```sh
npm install example-generator -D
```

- Yarn

```sh
yarn add example-generator -D
```

## 🔥 Usage

## 💚 Contributing

### Top five ways to contribute

⭐ Star this repo: it's quick and goes a long way! [🔝](#top)

🗣️ [Spread the word](docs/CONTRIBUTING.md#spread-the-word)

🐞 [Report bugs](docs/CONTRIBUTING.md#report-bugs)

✅ [Resolve issues](docs/CONTRIBUTING.md#resolve-issues)

📝 [Improve the documentation](docs/CONTRIBUTING.md#improve-the-documentation)

Please see [CONTRIBUTING.md](docs/CONTRIBUTING.md) in the docs folder for more information.

## 💡 Todo

- [ ] Update documentation
- [ ] Tailor [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md) to this project's needs

## 💬 Support

Please see [this link](https://keybase.io/team/olivr)

## 📜 License

This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details