jsxpine
v1.1.3
Published
Add jsx components to your app.
Downloads
14
Maintainers
Readme
jsxpine
A CLI for adding jsxpine components to your node.js project.
Usage
Use the init command to initialize dependencies for a new project.
The init command installs dependencies, configures tailwind.config.cjs. For now, CSS variables are not set for the project.
npx jsxpine initadd
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 jsxpine add [component]Example
npx jsxpine add alertYou can also run the command without any arguments to view a list of all available components:
npx jsxpine addDocumentation
Visit https://jsxpine.com/core/installation-and-usage to view the documentation.
License
Licensed under the MIT license.
