exence
v1.0.1
Published
A framework providing all the essential tools to the JS coder.
Downloads
2
Readme
Exence
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