spacestandard

0.3.0 • Public • Published

spacestandard

standard with spaces

sample

var list = [{a:'foo'},{b:'bar'}]
 
get(function () {
  return ('cake')
})

=>

var list = [ { a: 'foo' }, { b: 'bar' } ]
 
get( function () {
  return ( 'cake' )
} )

Install

locally ( project specific, for use with npm scripts )

npm install spacestandard

globally

npm install -g spacestandard

Readme

Keywords

Package Sidebar

Install

npm i spacestandard

Weekly Downloads

4

Version

0.3.0

License

MIT

Unpacked Size

3.21 kB

Total Files

6

Last publish

Collaborators

  • talmobi