Socket
Socket
Sign inDemoInstall

babel-cli-plugin

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    babel-cli-plugin

a simple plugin develop cli with babel


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Introduce

this is a simple self use cli for making npm package with babel

Base on

node 8.6.0 npm 5.3.0 babel 6.24.1 (babel-core 6.25.0)

Quick to start

1.make sure you have install babel npm with global 2.download this project 3.npm install 4.npm run dev develop mode 5.npm run build build mode 6.npm publish

Directory

|-- lib #npm publish folder
|-- node_modules #node packages
|-- src #workspace,develop folder
    |-- plugin.js #main script
|-- .babelrc #babel conf
|-- .gitignore #git conf
|-- index.js #main entry
|-- package.json #package conf
|-- README.md #this file

Keywords

FAQs

Last updated on 13 Dec 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc