Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@grafe/grafe-core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grafe/grafe-core

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

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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.

Keywords

grafe-core

FAQs

Package last updated on 27 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts