22 lines
412 B
Markdown
22 lines
412 B
Markdown
# htmx patterns
|
|
|
|
-----
|
|
|
|
**Table of Contents**
|
|
|
|
- [Installation](#installation)
|
|
- [License](#license)
|
|
|
|
## Installation
|
|
|
|
```console
|
|
pip install git+https://github.com/waylonwalker/htmx-patterns
|
|
|
|
# or clone and pip install
|
|
git clone https://github.com/waylonwalker/htmx-patterns
|
|
pip install .
|
|
```
|
|
|
|
## License
|
|
|
|
`htmx-patterns` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|