1.0.1 • Published 7 years ago

exence v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Exence

Build Status Issue Stats Issue Stats npm version

Prerequisites

In order to use this framework, you would need the following:

  • Git which you can get here
  • NPM + Node.js
  • A fairly good understanding of HTML 4.1+/CSS 2+ and JavaScript ES6+.

Install

Using NPM

$ npm install exence --save

Using Git

$ git clone https://github.com/Berkmann18/Exence.git

How to use

Copy the repository from here

Installation

Online usage

<script src="https://berkmann18.github.com/rsc/Exence/essence.js"></script>

Local usage

<script src="path/to/essence.js"></script>

Or alternatively, if you added Essence as Node module, you could simply have in your main script file or in <script>...</script>:

import * as essence from './essence';

Build and runs

Build

$ npm run build

Run

$ npm start

Test

$ npm test

Contributing

If you want to contribute (I welcome any contributions), please read CONTRIBUTING.

Changes

Have a look at the CHANGELOG.

License

MIT license; see LICENSE.

(c) 2016 by Maximilian Berkmann

1.0.1

7 years ago

1.0.0

7 years ago