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

https://github.com/t99/builder-base

An easy-to-use base class for implementing the builder pattern.
https://github.com/t99/builder-base

builder builder-pattern modifier

Last synced: 11 days ago
JSON representation

An easy-to-use base class for implementing the builder pattern.

Awesome Lists containing this project

README

          

# builder-base
An easy-to-use base class for implementing the builder pattern.

### [Find builder-base on NPM.](https://www.npmjs.com/package/builder-base)

## Installation
Install from NPM with
```
$ npm install --save builder-base
```

## Basic Usage
Basic usage instructions here.

## License
builder-base is made available under the GNU General Public License v3.

Copyright (C) 2019 Trevor Sears