-
Fork the repo
-
Create a branch
-
pnpm install -
Start dev mode:
pnpm dev -
Add your code
-
Add a changeset
📘 Note
Follow semver rules here.
- Assuming you've run
pnpm install, runchangeset(orpnpm exec changeset). - The tool will split things into changed vs unchanged packages (which you may need if you decide to add changeset logs in a future PR for past features)
- Select the packages you want the changeset applied to using the arrow keys (up/down) and space-bar to "select" the package.
- Press enter to continue.
- The CLI will go through a progression of asking you which packages you previously selected need a major bump? Then a minor bump? Patch bumps assumed for remaining packages changed. Arrows and space bar to select. Enter to continue (even if you selected nothing).
- Enter a change (or press enter on empty to open your editor.)
Info
Full docs on the
changesetstool can be found at the changesets/changesets github repo. - Assuming you've run
-
If you're curious what the final build output might look like you can run
pnpm buildfrom root. -
Run all lint rules and tests with
pnpm checkfrom root.
forked from palantir/osdk-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
jack-farley/osdk-ts
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Typescript related OSDK libraries
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 97.2%
- JavaScript 1.8%
- CSS 0.3%
- Shell 0.3%
- Handlebars 0.3%
- HTML 0.1%