🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

create-chiselstrike-app

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-chiselstrike-app

Create full TypeScript backends with one command

0.15.0
unpublished
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

Create ChiselStrike App

The quickest way to get started with ChiselStrike is to use the following command to create a ChiselStrike-powered backend application with npx:

npx create-chiselstrike-app hello-world

or with yarn:

yarn create chiselstrike-app hello-world

The command creates a new ChiselStrike project in the 'hello-world' directory and downloads the necessary dependencies, including the ChiselStrike CLI.

Once you have created a project, you can launch the backend with:

npm run dev

Please see the ChiselStrike documentation for more information on how to use ChiselStrike.

FAQs

Package last updated on 21 Dec 2022

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