0.0.6 • Published 8 years ago

nail-js-edge v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

#JS Edge (nail-js-edge) Use latest features of JavaScript with John Henry's Hammer

Use the "import" keyword to combine multiple files

##Installation See John Henry's Hammer

In addition, this nail uses babel and requires a few babel presets. Please install them with :

npm install babel-preset-es2015 babel-preset-react

##Options

  • source:string - source file
  • destination:string - destination file (defaults to "script.js")
  • minify:boolean - minify file (defaults to false)
  • map:boolean - create source map (defaults to false)