create-bridge-app
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6328
24