create-farm-plugin

0.1.6 • Public • Published

create-farm-plugin

Scaffolding Your First Farm Plugin Project

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

Package Sidebar

Install

npm i create-farm-plugin

Weekly Downloads

67

Version

0.1.6

License

MIT

Unpacked Size

137 kB

Total Files

42

Last publish

Collaborators

  • wre232114