Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 582 Bytes

Generator

This repository contains a generator tool that generates various outputs based on input parameters.

Installation

Use the package manager npm to install the generator.

npm install generator

Usage

const generator = require('generator');

// Usage examples here

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT