Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easy-babel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-babel

Easy use of babel to parse your projects/modules

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

esay-babel

Easy use of babel to parse your project/modules

NPM version build status

Install

$ npm install -g easy-babel

Usage

Parse your module before relase

Run the following command under your module, my_module for example,

$ easy release [targets...] -v [version]

You'll have a directory .easy for parsed files, and a new|modified package.json which refers main to .easy

Then import my_module from "my_module" will import the parsed files as expected

Parse your dependencies

$ easy depends [targets...] -v [version]

This command will parse your dependencies which needs higher node version with $ easy relase

Execute

Since your parsed code is under directory .easy, you can run directly by

$ node .easy/**/*.js

or use easy-node:

$ alias node=easy-node
$ node **/*.js

Keywords

FAQs

Package last updated on 18 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc