https://github.com/tabuckner/spongebob-case
https://github.com/tabuckner/spongebob-case
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tabuckner/spongebob-case
- Owner: tabuckner
- License: mit
- Created: 2019-05-14T20:13:27.000Z (about 7 years ago)
- Default Branch: example
- Last Pushed: 2019-05-16T21:42:20.000Z (about 7 years ago)
- Last Synced: 2025-03-18T17:58:32.115Z (over 1 year ago)
- Language: TypeScript
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# SpongeBob Case
[](https://github.com/prettier/prettier)
An over engineered Typescript library that utilizes the OOP [Strategy Pattern](https://en.wikipedia.org/wiki/Strategy_pattern).

## 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'
```