Skip to content

alyzhao/zbale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published