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

grunt-cli-babel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cli-babel

Grunt CLI wrapper around Babel

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by40%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-cli-babel

npm version badge License

Grunt CLI wrapper around Babel!

Getting Started

This plugin requires Grunt ~0.4.5

If you haven't used Grunt before, be sure to check out the Getting Started guide.

Installation

There're two ways!

global
sudo npm install -g grunt-cli-babel
local

There's an alternative and more preferred way based on npm.
You'd add the following lines to your package.json file:

"scripts": {
	"task": "grunt task"
},

"dependencies": {
	"grunt-cli-babel": "^0.0.2"
}

See more details about npm run.

Usage

  • global way:
grunt task
  • local way:
npm run task

License

MIT

Task submitted by Alexander Abashkin

Keywords

FAQs

Package last updated on 30 Aug 2015

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