Skip to content

Commit 10e8bd4

Browse files
committedAug 14, 2019
Update docs
1 parent 040b71f commit 10e8bd4

File tree

5 files changed

+335
-308
lines changed

5 files changed

+335
-308
lines changed
 

‎.travis.yml

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
---
21
branches:
32
only:
4-
- master
5-
- develop
6-
- /^greenkeeper/.*$/
7-
- /^feature/.*$/
3+
- master
4+
- develop
5+
- "/^greenkeeper/.*$/"
6+
- "/^feature/.*$/"
87
language: node_js
98
node_js:
10-
- stable
11-
- 11
12-
- 10
13-
- 9
14-
- 8
9+
- stable
10+
- 11
11+
- 10
12+
- 9
13+
- 8
1514
env:
1615
global:
17-
- CC_TEST_REPORTER_ID=71353381ba1b658ffa6a6525569e63a14976d3de21d7dfa9bf4c109d19983243
16+
- CC_TEST_REPORTER_ID=71353381ba1b658ffa6a6525569e63a14976d3de21d7dfa9bf4c109d19983243
1817
before_install:
19-
- '[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest'
20-
- npm install -g greenkeeper-lockfile
18+
- "[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest"
19+
- npm install -g greenkeeper-lockfile
2120
install: npm install
2221
before_script:
23-
- greenkeeper-lockfile-update
24-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
25-
- chmod +x ./cc-test-reporter
26-
- ./cc-test-reporter before-build
22+
- greenkeeper-lockfile-update
23+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
24+
> ./cc-test-reporter
25+
- chmod +x ./cc-test-reporter
26+
- "./cc-test-reporter before-build"
2727
after_script:
28-
- greenkeeper-lockfile-upload
29-
- "[ $TRAVIS_NODE_VERSION = stable ]
30-
&& nyc report --reporter=lcov
31-
&& ./cc-test-reporter after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT
32-
|| echo 'Coverage skipped'"
28+
- greenkeeper-lockfile-upload
29+
- "[ $TRAVIS_NODE_VERSION = stable ] && nyc report --reporter=lcov && ./cc-test-reporter
30+
after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'"
31+
notifications:
32+
slack:
33+
secure: k8prVQTufAadnHw3WL31uoidomdKCxLd3Xoe2pJveKSkCWHJfvrEknkSY3tB99OxLqKG7VfD8946m6FuTg171s6K7Yzv6sDCJZCkxWaBWZ6xlPjyapkz+xzVQJpFhmuE6dxIOH8BvOkM+EqHxjhcJE5iUjwXyV9YxEPAO3AqQFtjz08Bh+6d4HI77iNpb8MkPiqzplcrG4TXHceBxV5mvjmatPAaZAsq9Yi/toj2oOmHYYjDWXtHEdfkOQNuuWZzlcuDtkpxhJGEp9Xh06AQWJOlvivLCwvDqyZbVZ7bZsep6TD8Tu7HgP3UiIEUxfM4/tcjo80wolSmMa8f0rCdSxbYBBEoy4UmLn68QCgFA5twUEOsY914wx4NvKvy+ZQapskqsGt/UawL8TQmRVdPKoCAqtUbrdR53DsX731RApvMxvpi0inESzS96uJgY6ZsJL+zOUDizGVPJ1M/QdHtQU4Bw5ZOEZJEy6YupcmNIdyFxkTi2942H7z/YUpuEY3fYN2kenYTNFe/fhTpFWlI1kvJwZOHh4/Q7QhhmdqxXRzhDBsgl5UYA1JcPekOUhw844eRS8sG3cVCsts275cdYV7czNQw40PU1dN//QpcJ67KM0VRMX1ewxlglFFTeOrsG7ssOFmAEC7ebeaognt9bdfyXI32BZ16DNm4Vd97vkU=

‎docs/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ <h3 class="m0 no-anchor">term-ng</h3>
123123

124124
</ul>
125125
</div>
126-
<div class="badges"><p><p><a href="https://github.com/thebespokepixel/term-ng" title="Github"><img src="https://img.shields.io/badge/github-source-4E73B6.svg?style=flat" alt="Github"></a> <a href="https://travis-ci.org/thebespokepixel/term-ng" title="Travis"><img src="https://img.shields.io/travis/thebespokepixel/term-ng.svg?branch=master&#x26;style=flat&#x26;logo=travis" alt="Travis"></a> <br>
127-
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/term-ng/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/maintainability?style=flat" alt="Code-climate"></a> <a href="https://codeclimate.com/github/thebespokepixel/term-ng/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/test_coverage?style=flat" alt="Coverage"></a> <br>
128-
</p> <p><a href="https://david-dm.org/thebespokepixel/term-ng/master" title="David"><img src="https://img.shields.io/david/thebespokepixel/term-ng.svg?branch=master&#x26;style=flat" alt="David"></a> <br>
126+
<div class="badges"><p><p><a href="https://github.com/thebespokepixel/term-ng" title="Github"><img src="https://img.shields.io/badge/github-source-4E73B6" alt="Github"></a> <a href="https://travis-ci.org/thebespokepixel/term-ng" title="Travis"><img src="https://img.shields.io/travis/thebespokepixel/term-ng/master?logo=travis" alt="Travis"></a> <br>
127+
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/term-ng/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/maintainability" alt="Code-climate"></a> <a href="https://codeclimate.com/github/thebespokepixel/term-ng/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/test_coverage" alt="Coverage"></a> <br>
128+
</p> <p><a href="https://snyk.io/test/github/thebespokepixel/term-ng" title="Snyk"><img src="https://snyk.io/test/github/thebespokepixel/term-ng/badge.svg" alt="Snyk"></a> <a href="https://david-dm.org/thebespokepixel/term-ng/master" title="David"><img src="https://david-dm.org/thebespokepixel/term-ng/master/status.svg" alt="David"></a> <br>
129129
</p> <br>
130130
</p></div>
131131
<div class="mt1 h6 quiet">
@@ -266,7 +266,7 @@ <h3 class='left m0 panel-title' id='termng'>
266266
</h3>
267267

268268

269-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L104-L163'>
269+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/040b71f4c279856599fa7c5b3163c924039dba40/src/index.js#L104-L163'>
270270
<span>src/index.js</span>
271271
</a>
272272

@@ -315,7 +315,7 @@ <h3 class='left m0 panel-title' id='termng'>
315315
<div class='clearfix'>
316316

317317

318-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L113-L119'>
318+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/040b71f4c279856599fa7c5b3163c924039dba40/src/index.js#L113-L119'>
319319
<span>src/index.js</span>
320320
</a>
321321

@@ -408,7 +408,7 @@ <h3 class='left m0 panel-title' id='termng'>
408408
<div class='clearfix'>
409409

410410

411-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L126-L126'>
411+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/040b71f4c279856599fa7c5b3163c924039dba40/src/index.js#L126-L126'>
412412
<span>src/index.js</span>
413413
</a>
414414

@@ -475,7 +475,7 @@ <h3 class='left m0 panel-title' id='termng'>
475475
<div class='clearfix'>
476476

477477

478-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L133-L133'>
478+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/040b71f4c279856599fa7c5b3163c924039dba40/src/index.js#L133-L133'>
479479
<span>src/index.js</span>
480480
</a>
481481

@@ -542,7 +542,7 @@ <h3 class='left m0 panel-title' id='termng'>
542542
<div class='clearfix'>
543543

544544

545-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L142-L145'>
545+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/040b71f4c279856599fa7c5b3163c924039dba40/src/index.js#L142-L145'>
546546
<span>src/index.js</span>
547547
</a>
548548

@@ -628,7 +628,7 @@ <h3 class='left m0 panel-title' id='termng'>
628628
<div class='clearfix'>
629629

630630

631-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L154-L157'>
631+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/040b71f4c279856599fa7c5b3163c924039dba40/src/index.js#L154-L157'>
632632
<span>src/index.js</span>
633633
</a>
634634

@@ -714,7 +714,7 @@ <h3 class='left m0 panel-title' id='termng'>
714714
<div class='clearfix'>
715715

716716

717-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/9fe33e4c238152937c2551a53fab24820d0ea3e9/src/index.js#L162-L162'>
717+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/MarkGriffiths/term-ng/blob/040b71f4c279856599fa7c5b3163c924039dba40/src/index.js#L162-L162'>
718718
<span>src/index.js</span>
719719
</a>
720720

‎package-lock.json

+268-254
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+25-15
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@babel/preset-env": "^7.5.5",
5555
"ava": "^2.2.0",
5656
"babel-plugin-lodash": "^3.3.4",
57-
"documentation-theme-bespoke": "^0.5.6",
57+
"documentation-theme-bespoke": "^1.0.0",
5858
"gulp": "^4.0.2",
5959
"gulp-better-rollup": "^4.0.1",
6060
"gulp-chmod": "^3.0.0",
@@ -71,8 +71,8 @@
7171
"dependencies": {
7272
"@thebespokepixel/meta": "^1.0.4",
7373
"read-pkg": "^5.2.0",
74-
"trucolor": "^1.0.3",
75-
"truwrap": "^1.0.3",
74+
"trucolor": "^1.0.6",
75+
"truwrap": "^1.0.5",
7676
"update-notifier": "^3.0.1",
7777
"yargs": "^13.3.0"
7878
},
@@ -101,25 +101,34 @@
101101
}
102102
},
103103
"readme": {
104-
"Status": [
104+
"Publishing Status": [
105105
[
106106
"npm",
107-
"travis",
108107
"david"
109108
],
110109
[
111-
"code-climate",
112-
"code-climate-coverage",
113-
"snyk"
110+
"travis-com",
111+
"rollup"
114112
]
115113
],
116-
"Developer": [
117-
"greenkeeper",
118-
"david-dev",
119-
"rollup"
114+
"Development Status": [
115+
[
116+
"greenkeeper",
117+
"travis-com-dev"
118+
],
119+
[
120+
"david-dev",
121+
"david-devdeps-dev"
122+
],
123+
[
124+
"snyk",
125+
"code-climate",
126+
"code-climate-coverage"
127+
]
120128
],
121-
"Help": [
122-
"inch"
129+
"Documentation/Help": [
130+
"inch",
131+
"twitter"
123132
]
124133
},
125134
"docs": [
@@ -132,8 +141,9 @@
132141
"code-climate-coverage"
133142
],
134143
[
144+
"snyk",
135145
"david"
136146
]
137147
]
138148
}
139-
}
149+
}

‎readme.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
> Enables enhanced node.js/fish-shell/XTerm/iTerm3 feature integration.
44
5-
##### Status
5+
##### Publishing Status
66

7-
[![npm](https://img.shields.io/npm/v/term-ng.svg?style=flat&logo=npm)](https://www.npmjs.com/package/term-ng "npm") [![Travis](https://img.shields.io/travis/thebespokepixel/term-ng.svg?branch=master&style=flat&logo=travis)](https://travis-ci.org/thebespokepixel/term-ng "Travis") [![David](https://img.shields.io/david/thebespokepixel/term-ng.svg?branch=master&style=flat)](https://david-dm.org/thebespokepixel/term-ng/master "David")
8-
[![Code-climate](https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/maintainability?style=flat)](https://codeclimate.com/github/thebespokepixel/term-ng/maintainability "Code-climate") [![Coverage](https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/test_coverage?style=flat)](https://codeclimate.com/github/thebespokepixel/term-ng/test_coverage "Coverage") [![Snyk](https://img.shields.io/snyk/vulnerabilities/github/thebespokepixel/term-ng.svg?style=flat&logo=npm)](https://snyk.io/test/github/thebespokepixel/term-ng "Snyk")
7+
[![npm](https://img.shields.io/npm/v/term-ng?logo=npm)](https://www.npmjs.com/package/term-ng "npm") [![David](https://david-dm.org/thebespokepixel/term-ng/master/status.svg)](https://david-dm.org/thebespokepixel/term-ng/master "David")
8+
[![Travis](https://img.shields.io/travis/com/thebespokepixel/term-ng/master?logo=travis)](https://travis-ci.com/thebespokepixel/term-ng "Travis") [![Rollup](https://img.shields.io/badge/es6-module%3Amjs_%E2%9C%94-64CA39?&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgPHBhdGggZmlsbD0iI0ZGMzMzMyIgZD0iTTEwLjkwNDI4MjQsMy4wMDkxMDY4MyBDMTEuMjM4NzA1NSwzLjU4MjgzNzEzIDExLjQyODU3MTQsNC4yNDQ4MzM2MyAxMS40Mjg1NzE0LDQuOTUwOTYzMjIgQzExLjQyODU3MTQsNi40MTc4NjM0IDEwLjYwODY5NTcsNy42OTU2MjE3MiA5LjM5MTgyNzM5LDguMzc2NTMyNCBDOS4zMDU1MjQ2OCw4LjQyNDg2ODY1IDkuMjczMTYxMTYsOC41MzIwNDkwNCA5LjMxODQ3MDA5LDguNjE4MjEzNjYgTDExLjQyODU3MTQsMTMgTDUuMjU4NjgyODEsMTMgTDIuMzM5Nzc3MjMsMTMgQzIuMTUyMTIzNDUsMTMgMiwxMi44NDgyNzU3IDIsMTIuNjUzODA0OCBMMiwxLjM0NjE5NTIyIEMyLDEuMTU0OTk2ODggMi4xNDgzMTU0MywxIDIuMzM5Nzc3MjMsMSBMNy42NjAyMjI3NywxIEM3LjcwMTU0MTQ5LDEgNy43NDExMzc2NCwxLjAwNzM1NTg4IDcuNzc3NzY2NTgsMS4wMjA5MDQyOSBDOS4wNjQ1MzgyOCwxLjE0NDU0MDA0IDEwLjE3MzM4ODQsMS44NTM4NTI5MSAxMC44MjIyOTQ5LDIuODcyNTA0MzggQzEwLjc5OTE5NTMsMi44NDQ4NDgwNiAxMC44NDQ0OTkxLDIuOTQ5MTc0NzYgMTAuOTA0MjgyNCwzLjAwOTEwNjgzIFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iLjMxIiBkPSJNOC44NTcxNDI4NiwzLjU3MTQyODU3IEw2LjcxNDI4NTcxLDYuNTcxNDI4NTcgTDkuMjg1NzE0MjksNS4yODU3MTQyOSBDOS4yODU3MTQyOSw1LjI4NTcxNDI5IDkuNzE0Mjg1NzEsNC44NTcxNDI4NiA5LjI4NTcxNDI5LDQuNDI4NTcxNDMgQzkuMjg1NzE0MjksNCA4Ljg1NzE0Mjg2LDMuNTcxNDI4NTcgOC44NTcxNDI4NiwzLjU3MTQyODU3IFoiLz4KICAgIDxwYXRoIGZpbGw9IiNGQkIwNDAiIGQ9Ik0yLjg0Njc0NjAzLDEyLjk5NTg0OTUgQzMuMjY0OTIwNjIsMTIuOTk1ODQ5NSAzLjE4NTkzMDM0LDEyLjk0NjM2NjkgMy4zMTYxMTYzOCwxMi44NzM5MDU0IEMzLjYxODE3NTg3LDEyLjcwNTc3OTMgNS42ODk0NDA5OSw4LjcxMjc4NDU5IDcuNzE3NTU0NzYsNi44MjEzNjYwMiBDOS43NDU2Njg1Miw0LjkyOTk0NzQ2IDEwLjAwNDU3NjcsNS41NjA0MjAzMiA4Ljg4NDc5ODk1LDMuNTAyOTc3MjMgQzguODg0Nzk4OTUsMy41MDI5NzcyMyA5Ljc0NzgyNjA5LDUuMTQyMjA2NjUgOS4wMTQyNTMwMiw1LjI2ODMwMTIzIEM4LjQzODE4MjQxLDUuMzY3MDc1MzEgNy4xMTk5MDg0Nyw0LjEyMjk0MjIxIDcuNjExODMzOTMsMy4wMDQ5MDM2OCBDOC4wOTA4MTM5OSwxLjkxNDE4NTY0IDEwLjAxOTY3OTYsMi4xMjAxNDAxMSAxMC45MDY0NCwzLjAwOTEwNjgzIEMxMC44NzgzOTE2LDIuOTYyODcyMTUgMTAuODUwMzQzMiwyLjkxNjYzNzQ4IDEwLjgyMjI5NDksMi44NzI1MDQzOCBDMTAuMzA0NDc4NiwyLjI1MjUzOTQgOS41MDQwMjA5MiwxLjkwMzY3Nzc2IDguNzEwMDM1OTYsMS45MDM2Nzc3NiBDNy4xOTk3Mzg0OCwxLjkwMzY3Nzc2IDYuODIwMDA2NTQsMi40MjY5NzAyMyAzLjkyMDIzNTM3LDcuNjE5OTY0OTcgQzIuMzg3Nzk5MzQsMTAuMzY1NDA2NyAyLjAxMDgzMTkzLDExLjU3MzUwNzkgMi4wMDYyOTA2OSwxMi4xNjk4MTgyIEMyLDEyLjk5NTg0OTUgMi4wMDYyOTA2OSwxMi45OTU4NDk1IDIuODQ2NzQ2MDMsMTIuOTk1ODQ5NSBaIi8%2BCiAgPC9nPgo8L3N2Zz4K)](https://github.com/rollup/rollup/wiki/pkg.module "Rollup")
99

10-
##### Developer
10+
##### Development Status
1111

12-
[![Greenkeeper](https://badges.greenkeeper.io/thebespokepixel/term-ng.svg)](https://greenkeeper.io/ "Greenkeeper") [![David-developer](https://img.shields.io/david/dev/thebespokepixel/term-ng.svg?branch=master&style=flat)](https://david-dm.org/thebespokepixel/term-ng/master#info=devDependencies "David-developer") [![Rollup](https://img.shields.io/badge/es6-module%3Amjs_%E2%9C%94-64CA39.svg?style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgPHBhdGggZmlsbD0iI0ZGMzMzMyIgZD0iTTEwLjkwNDI4MjQsMy4wMDkxMDY4MyBDMTEuMjM4NzA1NSwzLjU4MjgzNzEzIDExLjQyODU3MTQsNC4yNDQ4MzM2MyAxMS40Mjg1NzE0LDQuOTUwOTYzMjIgQzExLjQyODU3MTQsNi40MTc4NjM0IDEwLjYwODY5NTcsNy42OTU2MjE3MiA5LjM5MTgyNzM5LDguMzc2NTMyNCBDOS4zMDU1MjQ2OCw4LjQyNDg2ODY1IDkuMjczMTYxMTYsOC41MzIwNDkwNCA5LjMxODQ3MDA5LDguNjE4MjEzNjYgTDExLjQyODU3MTQsMTMgTDUuMjU4NjgyODEsMTMgTDIuMzM5Nzc3MjMsMTMgQzIuMTUyMTIzNDUsMTMgMiwxMi44NDgyNzU3IDIsMTIuNjUzODA0OCBMMiwxLjM0NjE5NTIyIEMyLDEuMTU0OTk2ODggMi4xNDgzMTU0MywxIDIuMzM5Nzc3MjMsMSBMNy42NjAyMjI3NywxIEM3LjcwMTU0MTQ5LDEgNy43NDExMzc2NCwxLjAwNzM1NTg4IDcuNzc3NzY2NTgsMS4wMjA5MDQyOSBDOS4wNjQ1MzgyOCwxLjE0NDU0MDA0IDEwLjE3MzM4ODQsMS44NTM4NTI5MSAxMC44MjIyOTQ5LDIuODcyNTA0MzggQzEwLjc5OTE5NTMsMi44NDQ4NDgwNiAxMC44NDQ0OTkxLDIuOTQ5MTc0NzYgMTAuOTA0MjgyNCwzLjAwOTEwNjgzIFoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iLjMxIiBkPSJNOC44NTcxNDI4NiwzLjU3MTQyODU3IEw2LjcxNDI4NTcxLDYuNTcxNDI4NTcgTDkuMjg1NzE0MjksNS4yODU3MTQyOSBDOS4yODU3MTQyOSw1LjI4NTcxNDI5IDkuNzE0Mjg1NzEsNC44NTcxNDI4NiA5LjI4NTcxNDI5LDQuNDI4NTcxNDMgQzkuMjg1NzE0MjksNCA4Ljg1NzE0Mjg2LDMuNTcxNDI4NTcgOC44NTcxNDI4NiwzLjU3MTQyODU3IFoiLz4KICAgIDxwYXRoIGZpbGw9IiNGQkIwNDAiIGQ9Ik0yLjg0Njc0NjAzLDEyLjk5NTg0OTUgQzMuMjY0OTIwNjIsMTIuOTk1ODQ5NSAzLjE4NTkzMDM0LDEyLjk0NjM2NjkgMy4zMTYxMTYzOCwxMi44NzM5MDU0IEMzLjYxODE3NTg3LDEyLjcwNTc3OTMgNS42ODk0NDA5OSw4LjcxMjc4NDU5IDcuNzE3NTU0NzYsNi44MjEzNjYwMiBDOS43NDU2Njg1Miw0LjkyOTk0NzQ2IDEwLjAwNDU3NjcsNS41NjA0MjAzMiA4Ljg4NDc5ODk1LDMuNTAyOTc3MjMgQzguODg0Nzk4OTUsMy41MDI5NzcyMyA5Ljc0NzgyNjA5LDUuMTQyMjA2NjUgOS4wMTQyNTMwMiw1LjI2ODMwMTIzIEM4LjQzODE4MjQxLDUuMzY3MDc1MzEgNy4xMTk5MDg0Nyw0LjEyMjk0MjIxIDcuNjExODMzOTMsMy4wMDQ5MDM2OCBDOC4wOTA4MTM5OSwxLjkxNDE4NTY0IDEwLjAxOTY3OTYsMi4xMjAxNDAxMSAxMC45MDY0NCwzLjAwOTEwNjgzIEMxMC44NzgzOTE2LDIuOTYyODcyMTUgMTAuODUwMzQzMiwyLjkxNjYzNzQ4IDEwLjgyMjI5NDksMi44NzI1MDQzOCBDMTAuMzA0NDc4NiwyLjI1MjUzOTQgOS41MDQwMjA5MiwxLjkwMzY3Nzc2IDguNzEwMDM1OTYsMS45MDM2Nzc3NiBDNy4xOTk3Mzg0OCwxLjkwMzY3Nzc2IDYuODIwMDA2NTQsMi40MjY5NzAyMyAzLjkyMDIzNTM3LDcuNjE5OTY0OTcgQzIuMzg3Nzk5MzQsMTAuMzY1NDA2NyAyLjAxMDgzMTkzLDExLjU3MzUwNzkgMi4wMDYyOTA2OSwxMi4xNjk4MTgyIEMyLDEyLjk5NTg0OTUgMi4wMDYyOTA2OSwxMi45OTU4NDk1IDIuODQ2NzQ2MDMsMTIuOTk1ODQ5NSBaIi8%2BCiAgPC9nPgo8L3N2Zz4K)](https://github.com/rollup/rollup/wiki/pkg.module "Rollup")
12+
[![Greenkeeper](https://badges.greenkeeper.io/thebespokepixel/term-ng.svg)](https://greenkeeper.io/ "Greenkeeper") [![Travis](https://img.shields.io/travis/com/thebespokepixel/term-ng/develop?logo=travis)](https://travis-ci.com/thebespokepixel/term-ng "Travis")
13+
[![David](https://david-dm.org/thebespokepixel/term-ng/develop/status.svg)](https://david-dm.org/thebespokepixel/term-ng/develop "David") [![David-developer](https://david-dm.org/thebespokepixel/term-ng/develop/dev-status.svg)](https://david-dm.org/thebespokepixel/term-ng/develop?type=dev "David-developer")
14+
[![Snyk](https://snyk.io/test/github/thebespokepixel/term-ng/badge.svg)](https://snyk.io/test/github/thebespokepixel/term-ng "Snyk") [![Code-climate](https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/maintainability)](https://codeclimate.com/github/thebespokepixel/term-ng/maintainability "Code-climate") [![Coverage](https://api.codeclimate.com/v1/badges/7ba2088efca500b3b4ff/test_coverage)](https://codeclimate.com/github/thebespokepixel/term-ng/test_coverage "Coverage")
1315

14-
##### Help
16+
##### Documentation/Help
1517

16-
[![Inch](https://inch-ci.org/github/thebespokepixel/term-ng.svg?branch=master&style=shields)](https://inch-ci.org/github/thebespokepixel/term-ng "Inch")
18+
[![Inch](https://inch-ci.org/github/thebespokepixel/term-ng.svg?branch=master&style=shields)](https://inch-ci.org/github/thebespokepixel/term-ng "Inch") [![Twitter](https://img.shields.io/twitter/follow/thebespokepixel?style=social)](https://twitter.com/thebespokepixel "Twitter")
1719

1820

1921
## TermNG (Next Generation)

0 commit comments

Comments
 (0)
Please sign in to comment.