From 7378b68565b9b4a55af92e8485845d17468c6a00 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 1 Mar 2016 14:09:27 +0700 Subject: [PATCH] move `shelljs` to CLI utils section --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 896c7ad..873e61e 100644 --- a/readme.md +++ b/readme.md @@ -241,6 +241,7 @@ - [multispinner](https://github.com/codekirei/node-multispinner) - Multiple, simultaneous, individually controllable CLI spinners. - [omelette](https://github.com/f/omelette) - Shell autocompletion helper. - [cross-env](https://github.com/kentcdodds/cross-env) - Set environment variables cross-platform. +- [shelljs](https://github.com/shelljs/shelljs) - Portable Unix shell commands. ### Build tools @@ -695,7 +696,6 @@ - [stringify-object](https://github.com/yeoman/stringify-object) - Stringify an object/array like JSON.stringify just without all the double-quotes. - [strip-bom](https://github.com/sindresorhus/strip-bom) - Strip UTF-8 byte order mark (BOM) from a string/buffer/stream. - [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()`. -- [shelljs](https://github.com/shelljs/shelljs) - Portable Unix shell commands. - [os-locale](https://github.com/sindresorhus/os-locale) - Get the system locale. - [nan](https://github.com/nodejs/nan) - A header file filled with macro and utility goodness for making add-on development for across Node.js versions easier. - [multiline](https://github.com/sindresorhus/multiline) - Multiline strings in JavaScript.