0.1.7 • Published 3 years ago

create-anvil-app v0.1.7

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Anvil

A set of tools you can use to bootstrap a fast, stable, and future-proof web application.

What does Anvil include?

How to use Anvil?

Anvil is just a generator, so all you have to do is run the generation script through npx.

npx create-anvil-app my-app

Output

├── client
│   ├── node_modules
│   ├── README.md
│   ├── package-lock.json
│   ├── package.json
│   ├── postcss.config.cjs
│   ├── src
│   │   ├── app.html
│   │   ├── global.d.ts
│   │   ├── routes
│   │   │   ├── __layout.svelte
│   │   │   └── index.svelte
│   │   └── styles
│   │       └── tailwind.css
│   ├── static
│   │   └── favicon.png
│   ├── svelte.config.js
│   ├── tailwind.config.cjs
│   └── tsconfig.json
└── server
    ├── node_modules
    ├── index.ts
    ├── package-lock.json
    ├── package.json
    ├── prisma
    │   └── schema.prisma
    └── tsconfig.json
0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago