manatsu 0.1.52

CLI tools for Manatsu
Documentation
# Manatsu

> This is work in progress and **SHOULD NOT** be used in production environments.

Manatsu is a [Vue](https://vuejs.org/) component library, designed from the outset to integrate with [Tauri](https://tauri.app/) apps.

```bash
cargo install manatsu
manatsu create my-project
```

## Contributing

The following tools are required when contributing to Manatsu:

- [Node]https://nodejs.org (version 20 or higher)
- [pnpm]https://pnpm.io/ (version 8 or higher)
- [Rust]https://www.rust-lang.org/tools/install
- [Miho]https://crates.io/crates/miho (version 3 or higher)
- [@antfu/ni]https://github.com/antfu/ni

### Setup

```bash
cargo install manatsu
cargo install miho
npm install -g @antfu/ni

git clone https://github.com/manatsujs/manatsu.git
cd manatsu
pnpm install
```

## License

[MIT](https://raw.githubusercontent.com/manatsujs/manatsu/main/LICENSE)

Copyright (c) 2023 Andrew Ferreira