UNPKG

grind-framework

Version:

An opinionated Node web framework built on Express

32 lines (22 loc) 1.99 kB
<p align="center"><a href="https://grind.rocks"><img src="https://assets.grind.rocks/docs/img/grind-framework.svg" alt="Grind Framework" /></a></p> <p align="center"> <a href="https://github.com/grindjs/grindjs/actions"><img src="https://github.com/grindjs/grindjs/workflows/build/badge.svg" alt="Build Status"></a> <a href="https://www.npmjs.com/package/grind-framework"><img src="https://img.shields.io/npm/dt/grind-framework.svg" alt="Total Downloads"></a> <a href="https://www.npmjs.com/package/grind-framework"><img src="https://img.shields.io/npm/v/grind-framework.svg" alt="Latest Version"></a> <a href="https://chat.grind.rocks"><img src="https://chat.grind.rocks/badge.svg" alt="Slack"></a> <a href="https://www.npmjs.com/package/grind-framework"><img src="https://img.shields.io/npm/l/grind-framework.svg" alt="License"></a> <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" alt="code style: prettier"></a> <a href="https://lerna.js.org/"><img src="https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg" alt="lerna"></a> <a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen friendly"></a> </p> # Grind Framework Grind is an opinionated Node web framework that utilizes popular packages in an easy to use framework to provide a solid foundation for you to build your apps on, without reinventing the wheel. ## Documentation Full documentation for Grind is available on the [Grind website](https://grind.rocks/). ### Additional Resources - [Example Web Project](https://github.com/grindjs/example-web) - [Example API Project](https://github.com/grindjs/example-api) - [Source for the Grind website](https://github.com/grindjs/site) - [Grind Slack](https://chat.grind.rocks) ## License Grind was created by [Shaun Harrison](https://github.com/shnhrrsn) and is made available under the [MIT license](LICENSE).