Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IroncladDev/htmx-cli
https://github.com/IroncladDev/htmx-cli
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/IroncladDev/htmx-cli
- Owner: IroncladDev
- Created: 2023-12-28T16:55:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T21:34:27.000Z (10 months ago)
- Last Synced: 2024-04-29T22:41:32.066Z (7 months ago)
- Language: TypeScript
- Size: 753 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTMX CLI
The easiest way to get started with HTMX is to create a new project using the HTMX CLI.
## Installation
```bash
npm install -g htmx-cli
yarn add -g htmx-cli
pnpm install -g htmx-cli
bun install -g htmx-cli
```**Note**: You may need to use `sudo` to install the CLI globally.
After installing the CLI, use `htmx-cli init` to kickstart your new project.
You will be asked some questions such as the name of your project, whether you want to use Tailwind CSS, etc.
## Contributing/Issues
Contributions and bug reports are welcome! Feel free to open an issue of create a pull request at any time.
Use common sense. Unreasonable pull requests and issues will be closed.