8000 Updated README. · rvagg/archived-string_decoder@8ab2bfc · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 5, 2018. It is now read-only.

Commit 8ab2bfc

Browse files
committed
Updated README.
1 parent 1ea0385 commit 8ab2bfc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# string_decoder
2+
3+
***Node-core v7.0.0 string_decoder for userland***
4+
5+
6+
[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/)
7+
[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/)
8+
9+
10+
[![Sauce Test Status](https://saucelabs.com/browser-matrix/string_decoder.svg)](https://saucelabs.com/u/string_decoder)
11+
12+
```bash
13+
npm install --save string_decoder
14+
```
15+
16+
***Node-core string_decoderstring_decoder for userland***
17+
18+
This package is a mirror of the string_decoder implementation in Node-core.
19+
20+
Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v7.8.0/docs/api/).
21+
22+
As of version 1.0.0 **string_decoder** uses semantic versioning.
23+
24+
## Previous versions
25+
26+
Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10.
27+
28+
## Update
29+
30+
The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version.

0 commit comments

Comments
 (0)
0