Skip to content

redwoodjs/create-rwsdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-rwsdk

A simple CLI wrapper for creating RedwoodSDK starter projects.

Installation

You can use this package directly with npx:

npx create-rwsdk my-project

Usage

create-rwsdk [project-name] [options]

Arguments

  • [project-name]: Name of the project directory to create (optional, will prompt if not provided)

Options

  • -f, --force: Force overwrite if directory exists
  • -h, --help: Display help information
  • -V, --version: Display version number

Examples

Create a new project:

create-rwsdk my-awesome-app

Create a project with an interactive prompt for the project name:

create-rwsdk
# You will be prompted: What is the name of your project?

Force overwrite an existing directory:

create-rwsdk my-awesome-app --force

Next steps after creating a project

cd <project-name>
npm install
npm run dev

Check out the full RedwoodSDK documentation.

License

MIT

About

npx create-rwsdk my-project

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •