| name | fresh |
| description | [Documentation](#-documentation) | [Getting started](#-getting-started) | [API Reference](https://deno.land/x/fresh?doc) WHEN: make http requests. Triggers: use fresh, install fresh, how to use fresh, |
fresh
Documentation | Getting started | API Reference
When to Use
When NOT to Use
- Projects using Python or JavaScript (different ecosystem)
Quick Start
Install
deno run -Ar jsr:@fresh/init
cd fresh-project
Basic Usage
deno run -Ar jsr:@fresh/init
cd fresh-project
deno task dev
Packages
This is a monorepo containing the following packages:
build-id
examples
fresh
init
plugin-tailwindcss
plugin-tailwindcss-v3
plugin-vite
update
Project Info
- Language: TypeScript
- Tests: Yes
File Structure
├── docs/
│ ├── 1.x/
│ ├── canary/
│ ├── latest/
│ └── toc.ts
├── packages/
│ ├── build-id/
│ ├── examples/
│ ├── fresh/
│ ├── init/
│ ├── plugin-tailwindcss/
│ ├── plugin-tailwindcss-v3/
│ ├── plugin-vite/
│ └── update/
├── tools/
│ ├── check_docs.ts
│ ├── check_links.ts
│ └── release.ts
├── www/
│ ├── assets/
Generated by repo2skill