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
- Host: GitHub
- URL: https://github.com/kanokpit-yowaratch/oop-concepts
- Owner: kanokpit-yowaratch
- Created: 2024-11-09T07:48:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T08:21:40.000Z (over 1 year ago)
- Last Synced: 2025-07-28T09:37:19.519Z (11 months 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
```