create-frames
v0.1.42
Published
Create a new Frames.js app with a single command using predefined templates.
Downloads
274
Readme
Create Frames.js app
Create a new Frames.js app with a single command using predefined templates.
Creating a project
Using npm
npm init frames@latest
Using yarn
yarn create frames@latest
Using pnpm
pnpm create frames@latest
Installing globally (optional) and running from terminal
You can also install this package globally and run it from your terminal.
Using npm
npm install -g create-frames
create-frames
Using yarn
yarn global add create-frames
create-frames
Using pnpm
pnpm add -g create-frames
create-frames