@eroc/core
Advanced tools
Comparing version 0.12.0 to 0.12.1
{ | ||
"name": "@eroc/core", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Lightweight framework for scalable applications", | ||
@@ -5,0 +5,0 @@ "author": "Mauricio Soares", |
@@ -7,10 +7,3 @@ # Core.js [![Build Status](https://travis-ci.org/mauriciosoares/core.js.svg?branch=master)](https://travis-ci.org/mauriciosoares/core.js) [![Coverage Status](https://img.shields.io/coveralls/mauriciosoares/core.js.svg)](https://coveralls.io/r/mauriciosoares/core.js) [![Code Climate](https://codeclimate.com/github/mauriciosoares/core.js/badges/gpa.svg)](https://codeclimate.com/github/mauriciosoares/core.js) | ||
## Installing | ||
You can install __Core.js__ using Bower running the following command: | ||
``` | ||
bower install core_js | ||
``` | ||
## tl;dr | ||
@@ -35,2 +28,23 @@ | ||
## Installing | ||
`npm i @eroc/core` | ||
## Import | ||
Raw import | ||
`import {Core} from "./node_modules/@eroc/core/dist/core.js";` | ||
With rollup, webpack or parcel | ||
`import {Core} from "@eroc/core";` | ||
NodeJs or Browserify | ||
`const {Core} = require("@eroc/core");` | ||
Let's start with the tweet module. | ||
@@ -278,8 +292,10 @@ | ||
1. Run `npm install` | ||
2. Run `npm install -g grunt-cli` to install the grunt command | ||
3. Run `grunt jasmine` | ||
1. `npm i` | ||
2. `npm run bundle` | ||
3. `npm t` | ||
## Release History | ||
* 2018-10-29 v0.12.0 Drop bower and publish on npm | ||
* 2018 Various changes | ||
* 2015-06-15 v0.7.3 Refactor UMD | ||
@@ -286,0 +302,0 @@ * 2015-05-14 v0.7.2 Hotfix with ID's |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30116
331