1.0.3 ā€¢ Published 3 years ago

@grafe/grafe-core v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Welcome to grafe-core

Documentation License: MIT

This is the core module of grafe. With the help of the core, all routes are created according to the corresponding folder structure.

!!!This is an beta version, the appearance of bugs is expected. These can be reported via our issues page!!!

šŸ  Homepage

Install

npm install @grafe/grafe-core

Usage

import { initCore } from '@grafe/grafe-core';
import express = requrie('express');

const app = express();

initCore('../grafe.json', app);

Author

šŸ‘¤ Streimel Stefan šŸ‘¤ Koch Marvin

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

šŸ“ License

This project is MIT licensed.