Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A simple OOP Concepts represent by a familiar story
- Host: GitHub
- URL: https://github.com/kanokpit-yowaratch/oop-concepts
- Owner: kanokpit-yowaratch
- Created: 2024-11-09T07:48:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-09T08:21:40.000Z (about 1 month ago)
- Last Synced: 2024-11-09T09:24:54.974Z (about 1 month ago)
- Topics: oop, typescript
- Language: TypeScript
- Homepage: https://suaipisuai.com/post/oop-concepts
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```