JSPM

@grafe/grafe-core

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q44109F
  • 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.

Package Exports

  • @grafe/grafe-core

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@grafe/grafe-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.