Skip to content

codeyarduk/wilson-cli

Repository files navigation

wilson-cli


Wtf is the wilson-cli?

The wilson-cli is a cli tool that allows you to connect your codebase with your wilson account.

How do I install this?

To get started, install wilson by running the following command in a terminal window:

npm i -g @wilsonai/cli

Cool, it's installed, how do I link a codebase?

To link a codebase first make sure that you have created one on the wilson app. Once you have done that, within a terminal window, navigate to the project that you want to link, then run the following command:

wilson link

I want to logout, how do I do that?

To logout of wilson run the following command:

wilson logout


Supported languages

  • JavaScript
  • TypeScript
  • TSX
  • JSX

The following languages will be supported in the near future

  • Go
  • Zig
  • Python
  • Rust
  • C
  • Haskell
  • F#