| Crates.io | create_farm_node |
| lib.rs | create_farm_node |
| version | 0.1.4 |
| created_at | 2024-05-27 10:22:04.800509+00 |
| updated_at | 2024-12-17 06:43:27.455674+00 |
| description | Create Farm cli tool |
| homepage | https://farmfe.org |
| repository | https://github.com/farm-fe/farm |
| max_upload_size | |
| id | 1253251 |
| size | 30,504 |
This package provides official templates for the Rust Web Bundler Farm.
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@latest
With Yarn:
$ yarn create farm
With PNPM:
$ pnpm create farm
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 react
# npm 7+, extra double-dash is needed:
npm create farm@latest my-vue-app -- --template vue
# yarn
yarn create farm my-vue-app --template react
# pnpm
pnpm create farm my-vue-app --template vue
Inspiration comes from create-tauri-app