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

create-bridge-app

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-bridge-app - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "create-bridge-app",
"version": "1.0.4",
"version": "1.0.5",
"description": "Create Bridge-powered Express app with one command",

@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>",

@@ -1,3 +0,24 @@

# Create-bridge-app
# Create Bridge App
Use "npx create-bridge-app" in your terminal
The easiest way to get started with Bridge is by using `create-bridge-app`. This CLI tool enables you to quickly start building a new Bridge application, with everything set up for you.
### Interactive
You can create a new project interactively by running:
```bash
npx create-bridge-app@latest
# or
yarn create bridge-app
# or
pnpm create bridge-app
```
You will be asked for the name of your project.
### Why use Create Bridge App?
`create-bridge-app` allows you to create a new Bridge app within seconds. It is officially maintained by the creators of Bridge, and includes a number of benefits:
- **Interactive Experience**: Running `npx create-bridge-app@latest` (with no arguments) launches an interactive experience that guides you through setting up a project.
- **Zero Dependencies**: Initializing a project is as quick as one second. Create Bridge App has zero dependencies.
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