Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Contributors

AltStyle によって変換されたページ (->オリジナル) /