- Issue created by @balintbrews
- First commit to issue fork.
The code for the CLI tool should live inside the XB repository, so we can easily make changes to API endpoints and any logic related to code components along with the necessary changes in the CLI tool. Later on we can also start sharing code between the actual app and the CLI tool.
β See: π± [Meta] CLI tool for code components Active
Set up a codebase in a new folder named cli
at the root of the repository:
ui
for now;tailwindcss-in-browser
uses tsup
, it's very simple, I picked it because Tailwind uses it.npm run build
should bundles into dist/index.js
. npm run dev
should watch for changes and do the same.node dist/index.js
should simply output a console message.Active
0.0
CLI Tool