Skip to content

Commit

Permalink
chore: Cleans up unused code tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodedrift committed Nov 25, 2024
1 parent 3099420 commit 2a4f1aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .release-it.json

This file was deleted.

1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ A programatic API is available by importing `taskless` from `@taskless/loader/co

(coming soon)

# Building

```bash
# Build the project
pnpm install
pnpm build

# to retrieve the latest artifacts from Taskless
# calls scripts/generate.ts
pnpm codegen
```

# License

Apache 2.0

0 comments on commit 2a4f1aa

Please sign in to comment.