Package Exports
- maiton
Readme
maiton
A CLI for adding components to your Farcaster frame project.
Usage
Use the init
command to initialize dependencies for a new project.
The init
command installs dependencies and adds the cn
util for the project.
npx maiton init
add
Use the add
command to add components to your project.
The add
command adds a component to your project and installs all required dependencies.
npx maiton add [component]
Example
npx maiton add avatar
You can also run the command without any arguments to view a list of all available components:
npx maiton add
Documentation
Visit https://maiton.xyz to view the documentation.
License
Licensed under the MIT license.