Skip to content

Commit

Permalink
nyc report & coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed May 23, 2019
1 parent 1447329 commit 5f2367c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/public
/.vscode
/dist.zip
/.nyc_output
Binary file added Jt.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

# Mr. [Jt 🎩](https://github.com/3F/Jt)
# [![Mr. Jt](https://raw.githubusercontent.com/3F/Jt/master/Jt.logo.png)](https://github.com/3F/Jt)

🎩

Meet beardless customizable template engine, Mr. Jt for Node.js and Web browsers.

[![Build status](https://ci.appveyor.com/api/projects/status/s5of5w4qh2k7qels/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/jt/branch/master)
[![Coverage Status](https://coveralls.io/repos/github/3F/Jt/badge.svg)](https://coveralls.io/github/3F/Jt)
[![Tests](https://img.shields.io/appveyor/tests/3Fs/jt/master.svg)](https://ci.appveyor.com/project/3Fs/jt/build/tests)
[![release-src](https://img.shields.io/github/release/3F/Jt.svg)](https://github.com/3F/Jt/releases/latest)
[![npm](https://img.shields.io/npm/v/mrjt.svg)](https://www.npmjs.com/package/mrjt)
[![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/Jt/blob/master/License.txt)
Expand Down Expand Up @@ -112,11 +116,8 @@ jt.use('hello')

### Stability 🗠

Clean [API](https://github.com/3F/Jt/tree/master/src/Core) and its [tests](https://github.com/3F/Jt/tree/master/tests) will take care of your peace of mind.

### Compatibility 🗸

Nothing special, we just provide separate ES3+/ES6+ support in Node.js and Web browsers environment. Choose more suitable package for your case.
Clean **[API](#api)** and its **tests** will take care of your peace of mind. [![Coverage Status](https://coveralls.io/repos/github/3F/Jt/badge.svg)](https://coveralls.io/github/3F/Jt)
[![Tests](https://img.shields.io/appveyor/tests/3Fs/jt/master.svg)](https://ci.appveyor.com/project/3Fs/jt/build/tests)

### No dependencies to something 👐

Expand Down Expand Up @@ -144,6 +145,8 @@ Copyright (c) 2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F

## Download

Separate ES3+/ES6+ support for your environment. Choose more suitable package for your case.

* NPM: [![npm](https://img.shields.io/npm/v/mrjt.svg)](https://www.npmjs.com/package/mrjt)
* CDN: [![CDN](https://img.shields.io/badge/CDN-unpkg.com/mrjt-97C40F.svg?style=flat-square)](https://unpkg.com/mrjt/Core/Jt.es6.js)
* ... `https://unpkg.com/mrjt[@version]/[path_to_specific_file]`
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Beardless customizable template engine, Mr. Jt for Node.js and Web browsers.",
"main": "index.js",
"scripts": {
"test": "ava"
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,6 +34,7 @@
"@babel/register": "^7.4.4",
"ava": "^1.4.1",
"browserify": "^16.2.3",
"coveralls": "^3.0.3",
"git-repo-info": "^2.1.0",
"google-closure-compiler": "^20190121.0.0",
"gulp": "^4.0.2",
Expand All @@ -46,6 +48,7 @@
"gulp-typescript": "^5.0.1",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.0",
"nyc": "^14.1.1",
"through2": "^3.0.1",
"tsify": "^4.0.1",
"typescript": "^3.4.5",
Expand Down

0 comments on commit 5f2367c

Please sign in to comment.