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

https://github.com/tabuckner/spongebob-case


https://github.com/tabuckner/spongebob-case

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SpongeBob Case

[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

An over engineered Typescript library that utilizes the OOP [Strategy Pattern](https://en.wikipedia.org/wiki/Strategy_pattern).

![](https://imgflip.com/s/meme/Mocking-Spongebob.jpg)

## Usage

#### Install
```bash
yarn add spongebob-case
```

### Importing library

You can import the generated bundle to use the whole library generated by this starter:

```javascript
import myLib from 'mylib'
```

Additionally, you can import the transpiled modules from `dist/lib` in case you have a modular library:

```javascript
import something from 'mylib/dist/lib/something'
```