Skip to content

Commit 905c5fe

Browse files
author
Harrison Unruh
authored
Merge pull request #3 from replit/harry-cloud-1780-update-typescript-libs-with-latest-docstrings-and-doc
Release v1
2 parents 1e27272 + 85f2df0 commit 905c5fe

19 files changed

+1093
-13
lines changed

docs/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# replit-object-storage-typescript
2+
The TypeScript library for Replit Object Storage
3+
## Development
4+
5+
To get setup, run:
6+
```bash
7+
npm i
8+
```
9+
10+
To run the linter, run:
11+
```bash
12+
npm run lint
13+
npm run format
14+
```
15+
16+
or to fix (fixable) lint issues, run:
17+
```bash
18+
npm run fun
19+
```
20+
21+
To run tests, run:
22+
```bash
23+
npm run test
24+
```
25+
26+
## Release
27+
28+
To check that the package builds, you can run:
29+
```bash
30+
npm run prepublishOnly
31+
```
32+
33+
To perform a release, first bump the version in `package.json`. Then run:
34+
```bash
35+
npm release
36+
```

0 commit comments

Comments
 (0)