zbale

1.0.1 • Public • Published

zbale

A lightweight compression tool

Install

npm install zbale -g

Quick Start

Create a bale.config.js in your project directory

const path = require('path');

module.exports = {
  // files to ignore
  exclude: ['.git', 'node_modules', '.DS_STORE', 'package-lock.json', 'bale.config.js'],
  output: {
    path: path.resolve(__dirname, '..'),
    // 'name' will be replaced with the 'name' in package.json, 'version' is the same
    filename: '[name]-[version]',
  },
}

Then, Execute command, the packaged file will be saved in output.path which you configured

zbale

Readme

Keywords

Package Sidebar

Install

npm i zbale

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.56 kB

Total Files

6

Last publish

Collaborators

  • alyzhao