https://github.com/threadlinee/portfolio
Website About Me
https://github.com/threadlinee/portfolio
Last synced: 5 months ago
JSON representation
Website About Me
- Host: GitHub
- URL: https://github.com/threadlinee/portfolio
- Owner: Threadlinee
- License: mit
- Created: 2025-07-27T20:55:29.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-08-22T13:41:06.000Z (5 months ago)
- Last Synced: 2025-08-22T15:41:01.201Z (5 months ago)
- Language: TypeScript
- Homepage: https://dionabazi.vercel.app
- Size: 385 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Portfolio
A very lovely package.
Hooray!
## Usage
```shell
npm i portfolio
```
```ts
import { greet } from "portfolio";
greet("Hello, world! ๐");
```
## Development
See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md), then [`.github/DEVELOPMENT.md`](./.github/DEVELOPMENT.md).
Thanks! ๐
> ๐ This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo framework](https://create.bingo).