1.0.0 • Published 2 years ago
@replit/object-storage v1.0.0
replit-object-storage-typescript
The TypeScript library for Replit Object Storage
Development
To get setup, run:
npm iTo run the linter, run:
npm run lint
npm run formator to fix (fixable) lint issues, run:
npm run funTo run tests, run:
npm run testRelease
To check that the package builds, you can run:
npm run prepublishOnlyTo perform a release, first bump the version in package.json. Then run:
npm release