Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

TaskRatchet/taskratchet-sdk

Repository files navigation

taskratchet-sdk

Changelog

Installation

npm install @taskratchet/sdk

Usage

import {login, getMe} from '@taskratchet/sdk';

async function main() {
  await login(process.env.TR_EMAIL, process.env.TR_PASSWORD);
  const me = await getMe();
  console.log(me);
}

Development

Publish to NPM

  • Update version in package.json
  • Update changelog
  • Run build script: pnpm run build
  • Publish to NPM: npm publish

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •