0.1.18 • Published 4 months ago

create-farm-plugin v0.1.18

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

create-farm-plugin

Scaffolding Your First Farm Plugin Project

Compatibility Note: Farm requires Node.js version 16+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm create farm-plugin@latest

With Yarn:

$ yarn create farm-plugin

With PNPM:

$ pnpm create farm-plugin

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options run:

# npm 6.x
npm create farm@latest my-vue-app --template js

# npm 7+, extra double-dash is needed:
npm create farm@latest my-vue-app -- --template rust

# yarn
yarn create farm my-vue-app --template js

# pnpm
pnpm create farm my-vue-app --template rust
0.1.18

4 months ago

0.1.17

8 months ago

0.1.16

10 months ago

0.1.10

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

12 months ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.4

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago