0.3.0 • Published 4 years ago

spacestandard v0.3.0

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

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