0.0.1 • Published 8 years ago

split-space v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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