0.1.17 • Published 2 months ago

create-farm-plugin v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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.17

2 months ago

0.1.16

3 months ago

0.1.10

7 months ago

0.1.12

7 months ago

0.1.13

6 months ago

0.1.14

6 months ago

0.1.15

6 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

8 months ago

0.1.6

9 months ago

0.1.4

9 months ago

0.1.5

9 months ago

0.1.3

9 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.1

11 months ago