sjkp / EAVFW

The specification of the EAVFW Manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAVFW

npm

This repository contains the specification of the EAVFW Manifest.

With the specification the following are distributed:

  • type definitions for typescript development is distributed on NPM.
  • JSON Schema for the json file

How to link and use EAV Locally

Clone this project locally From EAV cloned project locally run:

npm run link

then from target project run

npm link @eavfw/apps @eavfw/next @eavfw/expressions @eavfw/manifest @eavfw/hooks @eavfw/forms @eavfw/utils

often shorthanded in package.json

npm run linkEAV

About

The specification of the EAVFW Manifest


Languages

Language:TypeScript 98.6%Language:SCSS 1.4%