Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwillians/fykit

Home of Appify and its peers.
https://github.com/rwillians/fykit

api appify express expressjs fykit

Last synced: 2 days ago
JSON representation

Home of Appify and its peers.

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.