1.0.0-alpha3.0 • Published 7 years ago

justo.plugin.babel v1.0.0-alpha3.0

Weekly downloads
19
License
-
Repository
bitbucket
Last release
7 years ago

justo.plugin.babel

NPM version Total downloads

Justo plugin for Babel.

Developed in Dogma, compiled to JavaScript.

Proudly made with ♥ in Valencia, Spain, EU.

Use

const babel = require("justo.plugin.babel");

babel task

This task runs ./node_modules/.bin/babel:

babel({src, dst})
  • src (string or string[], required). Sources.
  • dst (string, required). Destination. When it ends with /, the destination is a directory; otherwise, a file.

Example:

babel({
  src: "build",
  dst: `dist/${PKG}/`
});
1.0.0-alpha3.0

7 years ago

1.0.0-alpha2.1

7 years ago

1.0.0-alpha2.0

8 years ago

1.0.0-alpha1.2

8 years ago

1.0.0-alpha1.1

8 years ago

1.0.0-alpha1.0

8 years ago