create-frames
v0.1.44
Published
Create a new Frames.js app with a single command using predefined templates.
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@latestUsing yarn
yarn create frames@latestUsing pnpm
pnpm create frames@latestInstalling 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-framesUsing yarn
yarn global add create-frames
create-framesUsing pnpm
pnpm add -g create-frames
create-frames