Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-redwood-rsc-app

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-redwood-rsc-app

Quickstart for a RedwoodJS React Server Components App

  • 0.11.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Create Redwood RSC App

This is the RedwoodJS RSC quick-start installer. It's designed to get you started as fast as possible with a new RedwoodJS project with RSC support enabled.

It's very opinionated. If you need more control over your project setup, please use our standard RedwoodJS installer.

Usage

npx -y create-redwood-rsc-app <desired-installation-directory>

Publishing

First make sure you have an NPM token with publish rights configured in your ~/.yarnrc.yml file.

Then just run the following command when you're on the main branch: yarn tsx publish.ts <version> <otp> where <version> is "patch", "minor", or "major" and <otp> is your two-factor authentication token.

It will updata the version in package.json, create a new commit and tag it. After that it'll publish a new version to NPM and finally it'll push the new commit and tag to the upstream main branch.

FAQs

Package last updated on 15 Sep 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc