0.0.2 • Published 9 months ago

create-rettle v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

create-rettle

Create Rettle App from the CLI.

Overview

Create a new Rettke app:

npm

npm create rettle@latest

yarn

yarn create rettle@latest

Options

Specifying the directory name at the end of the command creates the directory and builds the application in it. The default value is . /.

npm create rettle@latest <directory-name>

Quick Start

// Create Rettle App
npm create rettle@latest foo

// Move app directory
cd ./foo

// Install packages
npm install

// Start local server
npm run start

// Build site
npm run build
0.0.2

9 months ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.1

1 year ago

0.0.1-beta0.11

1 year ago

0.0.1-beta0.1

1 year ago