0.1.7 • Published 2 years ago

create-anvil-app v0.1.7

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago