feat: new path util package

This commit is contained in:
2025-09-16 23:17:19 +00:00
parent 68ca8cbccd
commit 691798c56d
5 changed files with 95 additions and 0 deletions

15
packages/path/README.md Normal file
View File

@@ -0,0 +1,15 @@
# @fileone/path
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.22. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.