npm.io
0.3.0 • Published 6 years agoCLI

spacestandard

Licence
MIT
Version
0.3.0
Deps
9
Size
3 kB
Vulns
0
Weekly
0

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

Keywords