@anthonylzq/simba.js 3.1.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/lib/src/functions/api.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# Simba.js
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@anthonylzq/simba.js)
|
|
4
|
+
[](https://github.com/AnthonyLzq/simba.js/blob/master/LICENSE)
|
|
4
5
|
[](https://standardjs.com)
|
|
6
|
+
[](https://reactjs.org/docs/how-to-contribute.html#your-first-pull-request)
|
|
5
7
|
|
|
6
8
|
Set up a modern backend app by running one command. This project has the goal to create a complete setup for a backend application using `TypeScript` and `Express` or `Fastify`. It will create many files that are usually created manually. Think about Simba.js like a [CRA](https://create-react-app.dev/), but for backend development. Check the [**project structure**](#project-structure) for more information.
|
|
7
9
|
|
package/lib/src/functions/api.js
CHANGED