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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    3

Package Sidebar

Install

npm i split-space

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kchan