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.
- Host: GitHub
- URL: https://github.com/t99/builder-base
- Owner: T99
- License: gpl-3.0
- Created: 2019-07-19T23:27:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:50:19.000Z (over 3 years ago)
- Last Synced: 2024-05-01T19:08:20.174Z (almost 2 years ago)
- Topics: builder, builder-pattern, modifier
- Language: TypeScript
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- License: license.md
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