Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 570 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 570 Bytes

create-fluid

Scaffolding for Fluid

With NPM:

npm create fluid@latest

With Yarn:

yarn create fluid

With PNPM:

pnpm create fluid

CLI Flags

May be provided in place of prompts

Name Description
--help (-h) Display available flags.
--install / --no-install Install dependencies (or not).
--git / --no-git Initialize git repo (or not).