Socket
Socket
Sign inDemoInstall

create-rettle

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-rettle

Setup the Rettle application.


Version published
Weekly downloads
9
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 03 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc