Socket
Socket
Sign inDemoInstall

create-farm

Package Overview
Dependencies
46
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-farm

use create-farm to create farm project


Version published
Weekly downloads
66
decreased by-83.54%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

create-farm

Scaffolding Your First Farm Project

This package provides official templates for the Rust Web Bundler Farm.

Scaffolding Your First Farm 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@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

Keywords

FAQs

Last updated on 09 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc