Skip to content

extensionjs/core

Repository files navigation

@extensionjs/core Package

Shared components for ExtensionJS

Build Status

Introduction

# TODO: Update README with more information!

Installation

You can install this package with the package manager of your choice:

# When using yarn
yarn add @extensionjs/core
# When using npm
npm i @extensionjs/core

Usage

Please refer to the API Documentation for more details.

# TODO: Add a sample section which shows basic usage of ExtensionJS's core-package.

Development Setup

Similar to almost all node projects:

# Checkout repository & install dependencies
git clone https://github.com/extensionjs/core.git && cd $_
yarn
# Change into main server & start in debug mode
cd packages/main-server && yarn debug

License

MIT License

(c) 2018 - Patrick Jung patrick.pddstudio@gmail.com