Skip to content

Publish npm package and add npx thinktank support #139

Description

@that-github-user

Summary

Currently installation requires git clone + npm link. Publishing to npm would enable:
```bash
npx thinktank run "fix the bug" -n 3
```
The release workflow (#28) is already in place. Need to:

  1. Verify package.json metadata (author, repository, homepage)
  2. Set up NPM_TOKEN secret in GitHub
  3. Tag v0.1.0 and push to trigger release
  4. Update README install instructions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions