split-space

0.0.1 • Public • Published

split-space NPM version NPM downloads Build Status

Split a string by space and ignore space in quoted string.

Install

$ npm install --save split-space

Usage

const split = require('split-space')

split('git commit -m "first commit"')
//=> ['git', 'commit', '-m', '\"first commit\"']

Related

License

MIT © EGOIST

Readme

Keywords

none

Package Sidebar

Install

npm i split-space

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kchan