0.1.17 • Published 1 month ago

@hatchifyjs/create v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

create-hatchifyjs

Scaffolding Your First HatchifyJS Project

Compatibility Note: HatchifyJS requires Node.js version 18 or above.

With NPM:

npm init @hatchifyjs@latest

With Yarn:

yarn create @hatchifyjs@latest

With PNPM:

pnpm create @hatchifyjs@latest

With Bun:

bunx @hatchifyjs/create@latest

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Hatchify + Koa + SQLite project, run:

# npm 7+, extra double-dash is needed:
npm create @hatchifyjs/create hatchify-app -- --frontend=react --backend=koa --database=sqlite://localhost/:memory

# yarn
yarn create @hatchifyjs/create hatchify-app --frontend=react --backend=koa --database=sqlite://localhost/:memory

# pnpm
pnpm create @hatchifyjs/create hatchify-app --frontend=react --backend=koa --database=sqlite://localhost/:memory

# Bun
bunx @hatchifyjs/create hatchify-app --frontend=react --backend=koa --database=sqlite://localhost/:memory

You can use . for the project name to scaffold in the current directory.

0.1.17

1 month ago

0.1.16

1 month ago

0.1.15

2 months ago

0.1.14

2 months ago

0.1.13

3 months ago

0.1.12

3 months ago

0.1.11

3 months ago

0.1.10

3 months ago

0.1.9

3 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.6

3 months ago

0.1.5

4 months ago

0.1.4

4 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.24

6 months ago

0.0.23

6 months ago

0.0.22

6 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.19

6 months ago

0.0.18

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago