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

https://github.com/kanokpit-yowaratch/oop-concepts

A simple OOP Concepts represent by a familiar story
https://github.com/kanokpit-yowaratch/oop-concepts

oop typescript

Last synced: 10 months ago
JSON representation

A simple OOP Concepts represent by a familiar story

Awesome Lists containing this project

README

          

## Description

A simple OOP Concepts written in TypeScript.

## Install

```bash
npm install
```

## Build

```bash
npm run build
```

## Publish on local

```bash
npm link
```

## Link from other app to package
```bash
npm link @kanokpit.y/oop-concepts
```

## Unlink from other app to package
```bash
npm unlink @kanokpit.y/oop-concepts
```