1.0.4 • Published 9 years ago

slush-raw-es6 v1.0.4

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

slush slush-raw-es6

A template for writing es6 modules without checking in compiled source. The module will be initialized with a browser key, and a browserify transfrom for webpack and browserify compatibility, and can be directly required from node without the need for a transform. These modules can be consumed by any node or browserify. For use with webpack, the webpack config must specify how to load files with .es6 and/or .jsx extensions. Using slush raw-es6:app will generate a webpack.config.js file that includes the necessary loader.

Installation

npm install -g slush slush-raw-es6

Ussage

To generate an raw-es6 module:

slush raw-es6:module

To generate an app that consumes an es6 module that works with node, browserify and webpack

slush raw-es6:app

License

ISC

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago