diff options
author | Minteck <contact@minteck.org> | 2022-07-03 14:23:25 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-03 14:23:25 +0200 |
commit | d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc (patch) | |
tree | a8e538a8e32b66fece6a10c198fe700866d1e233 /Library/SDK/node_modules/control-sequence-introducer/readme.md | |
download | strawberry-os-d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc.tar.gz strawberry-os-d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc.tar.bz2 strawberry-os-d25bdc9f3f3f6547d6c023ed7e192fc5913e9bbc.zip |
Initial commit
Diffstat (limited to 'Library/SDK/node_modules/control-sequence-introducer/readme.md')
-rw-r--r-- | Library/SDK/node_modules/control-sequence-introducer/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Library/SDK/node_modules/control-sequence-introducer/readme.md b/Library/SDK/node_modules/control-sequence-introducer/readme.md new file mode 100644 index 0000000..4240f11 --- /dev/null +++ b/Library/SDK/node_modules/control-sequence-introducer/readme.md @@ -0,0 +1,21 @@ +## Control Sequence Introducer [![Build Status](https://travis-ci.org/joegesualdo/control-sequence-introducer.svg?branch=master)](https://travis-ci.org/joegesualdo/control-sequence-introducer) +> Get Control Sequence Introducer for [ANSI Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code) + +## Install +``` +$ npm install --save control-sequence-introducer +``` + +## Usage +```javascript +var csi = require("control-sequence-introducer") + +console.log(csi) +``` + +## Test +``` +$ npm test +``` +## License +MIT © [Joe Gesualdo]() |