Comparing version 2.0.15 to 2.0.16
{ | ||
"name": "bridge", | ||
"version": "2.0.15", | ||
"description": "Bridge is a new way of developing your api's", | ||
"version": "2.0.16", | ||
"description": "Bridge is a Typescript Node.js framework that provides an easy and scalable way to create REST APIs while generating the client code.", | ||
"author": "El Ouahabi Nabil", | ||
@@ -19,23 +19,29 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+https://github.com/digitalu/bridge.git" | ||
"url": "git+https://github.com/bridge-codes/bridge.git" | ||
}, | ||
"keywords": [ | ||
"Express", | ||
"API", | ||
"SDK", | ||
"Generation", | ||
"Typed" | ||
"express", | ||
"http", | ||
"api", | ||
"sdk", | ||
"typescript", | ||
"generation", | ||
"type", | ||
"node", | ||
"framework", | ||
"rest" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/digitalu/bridge/issues" | ||
"url": "https://github.com/bridge-codes/bridge/issues" | ||
}, | ||
"homepage": "https://github.com/digitalu/bridge#readme", | ||
"homepage": "https://github.com/bridge-codes/bridge#readme", | ||
"devDependencies": { | ||
"@types/express": "^4.17.14", | ||
"@types/node": "^18.11.15", | ||
"express": "^4.18.2", | ||
"nodemon": "^2.0.20", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.3", | ||
"zod": "^3.19.1" | ||
} | ||
"typescript": "^4.9.3" | ||
}, | ||
"dependencies": {} | ||
} |
<p align="center"> | ||
<a href="https://bridgets.co"> | ||
<a href="https://bridge.codes"> | ||
<img src="http://bridgets.co/assets/logo-short.svg" height="48" /> | ||
@@ -12,3 +12,3 @@ <h1 align="center">Bridge</h1> | ||
</a> | ||
<a aria-label="Join the community on Discord" href="https://discord.gg/8TjNYgKuta"> | ||
<a aria-label="Join the community on Discord" href="https://discord.gg/ZCw645JV"> | ||
<img alt="community" src="http://bridgets.co/assets/community.svg" height="24" /> | ||
@@ -20,36 +20,4 @@ </a> | ||
Bridge is a new Node.js framework built on Express.js that uses the power of Typescript to generate the code for the client. | ||
Bridge is a Typescript Node.js framework that provides an easy and scalable way to create REST APIs while generating the client code. | ||
In other words, its goal is that the backend developers won't have to manually write API documentation or to maintain a Postman collection to keep the client up-to-date with the API. | ||
## Getting Started | ||
A more detailed tutorial can be found on the <a href="https://bridgets.co"> https://bridgets.co </a> website. | ||
We recommend creating a new **Bridge** app using _create-bridge-app_, which sets up everything automatically for you. | ||
To create a project, run: | ||
``` | ||
npx create-bridge-app | ||
# or | ||
yarn create-bridge-app | ||
``` | ||
After the installation is complete: | ||
- Run _npm run dev_ or _yarn dev_ or to start the development server on http://localhost:8080 | ||
- Run _npm run build_ or _yarn build_ to build the static files for production | ||
- Run _npm run start_ or _yarn start_ to start the production server on http://localhost:3000 | ||
To integrate into an existing Express.js app <a href=""> View the full documentation </a>. | ||
## Documentation | ||
Visit [https://bridgets.co/documentation](https://bridgets.co/documentation) to view the full documentation. | ||
## Community | ||
The Next.js community can be found on [Discord](https://discord.gg/8TjNYgKuta), where you can ask questions, voice ideas, and share your projects. | ||
The framework is meant to evolve and grow, don't hesitate to share your feedback with us on and propose new features ! | ||
Our goal is to make Bridge a great framework for both frontend and backend teams, so if you're familiar with Node.js and Typescript, you'll feel right at home. |
Sorry, the diff of this file is not supported yet
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
104199
22