Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwillians/fykit
Home of Appify and its peers.
https://github.com/rwillians/fykit
api appify express expressjs fykit
Last synced: about 1 month ago
JSON representation
Home of Appify and its peers.
- Host: GitHub
- URL: https://github.com/rwillians/fykit
- Owner: rwillians
- License: mit
- Created: 2020-12-20T21:24:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T13:36:41.000Z (over 1 year ago)
- Last Synced: 2024-09-29T12:40:55.259Z (about 2 months ago)
- Topics: api, appify, express, expressjs, fykit
- Language: TypeScript
- Homepage:
- Size: 381 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Fy Kit](./.assets/fy-kit.png)
> **IMPORTANT!**
>
> The packages contained in this project are unmaintained at the momment. I intend to pick them back up again in 2022, but for now I don't recommend using them in production.## Main packages
* [@fykit/appify](https://github.com/rwillians/fykit/tree/master/packages/appify) [ see on npm ] is an effortless opinionated API bootstrap as module;
* [@fykit/appify-http](https://github.com/rwillians/fykit/tree/master/packages/appify-http) [ see on npm ] is the native http server cli for your appify app;
## Support packages
* [@fykit/appify-server-factory](https://github.com/rwillians/fykit/tree/master/packages/appify-server-factory) [ see on npm ] is the easiest way to build your own custom server cli for running your appify app;
* [@fykit/commons](https://github.com/rwillians/fykit/tree/master/packages/commons) [ see on npm ] is a package containing common objects used accross all fykit's packages;
* [@fykit/config](https://github.com/rwillians/fykit/tree/master/packages/config) [ see on npm ] is a centralized application-configuration object builder that plays really well with appify and appify-server but can also be used on its own.