https://github.com/replit/replit-object-storage-typescript
The TypeScript library for Replit Object Storage
https://github.com/replit/replit-object-storage-typescript
Last synced: 10 months ago
JSON representation
The TypeScript library for Replit Object Storage
- Host: GitHub
- URL: https://github.com/replit/replit-object-storage-typescript
- Owner: replit
- Created: 2024-02-01T00:52:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T10:03:56.000Z (12 months ago)
- Last Synced: 2025-03-30T10:33:27.326Z (11 months ago)
- Language: TypeScript
- Size: 790 KB
- Stars: 1
- Watchers: 17
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# replit-object-storage-typescript
The TypeScript library for Replit Object Storage
## Development
To get setup, run:
```bash
npm i
```
To run the linter, run:
```bash
npm run lint
npm run format
```
or to fix (fixable) lint issues, run:
```bash
npm run fun
```
To run tests, run:
```bash
npm run test
```
## Release
To check that the package builds, you can run:
```bash
npm run prepublishOnly
```
To perform a release, first bump the version in `package.json`. Then run:
```bash
npm release
```