This package has been deprecated

Author message:

This package is no longer maintained

babel-base

0.0.1 • Public • Published

babel-base

ES6/7 Base Module Structure

babel-base on npm

Github Stars Package Version Package License Code Climate Test Coverage Build Status

Getting Started

To create a new project using this library, run the following in a console shell:

mkdir my-new-project
cd my-new-project

npm install --save gulp babel-base
node ./node_modules/babel-base/setup

Use ES6/7 to write your project code in the ./src directory.

Then, to compile your project:

gulp

To watch your project and recompile every time a change is detected:

gulp watch

The compiled version of your module can be found in the ./dist directory.

Technical Details

This project uses {stage: 0} configuration option of Babel to convert ES6/7 code into ES5 code.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i babel-base

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • snapplab