Socket
Socket
Sign inDemoInstall

bale-cli

Package Overview
Dependencies
108
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bale-cli

package cli


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
62.9 MB
Created
Weekly downloads
 

Readme

Source

bale-cli

About

Copy a file and it's dependency tree to a directory and maintain a dependency

Install

npm i -g bale-cli

Usage

bale

config

Add bale.config.js in module root dir

//bale.config.js example
var path = require('path');
module.exports = {
    filePath: './index.js',
    outPutDir: path.join(__dirname, '__pack__'),
    progress: true,
    filter: path => path.indexOf('node_modules') === -1,
    pathStart: 8,
    webpackConfig: null,//path to a webpack config for aliased modules
    nonExistent: [],//array used for storing the list of partial paths that do not exist
    requireConfig: null//path to a requirejs config for AMD modules (allows for the result of aliased module paths)
}

FAQs

Last updated on 01 Jun 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