@grafe/grafe-core
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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.

/@grafe/grafe-core/

    Package Sidebar

    Install

    npm i @grafe/grafe-core

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    32.4 kB

    Total Files

    16

    Last publish

    Collaborators

    • grafe