Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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