Socket
Book a DemoInstallSign in
Socket

jizy-packer

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jizy-packer

CLI app to generate optimized builds.

latest
Source
npmnpm
Version
2.1.9
Version published
Weekly downloads
39
-91.87%
Maintainers
1
Weekly downloads
 
Created
Source

jizy-packer

A CLI tool and Node.js library to generate optimized builds for your projects. It provides utilities for configuration management, build orchestration, and file operations.

Features

  • Command-line interface for building projects
  • Configurable via JSON and programmatic API
  • Utilities for cleaning build folders and managing configs
  • Rollup-based build process with plugin support

Create a jPacker

Examples in all jizy packages @jizy-browser @jizy-cooky etc.

Look into these packages for the file architecture.

./cli/jpack.js ./config/jpack.js ./config/jpack.template ./config/jpack.wrapper.js

Quick Usage

CLI

node ./cli/jpack.js --debug
node ./cli/jpack.js --action build --name perso --config {"key":"value"}
node ./cli/jpack.js --action build --name perso --config ABSOLUTE_PATH_TO_JSON_FILE

Options:

  • --action, -a Build action (dist|build)
  • --name, -n Name of the build
  • --config, -c Path to the custom config file or JSON string
  • --debug, -d Enable debug mode

Programmatic

import jPackBuild from './lib/Build.js';

await jPackBuild({
	action: 'build',
	name: 'perso',
	config: 'PATH_TO_JSON_FILE',
	debug: true
});

Keywords

jizy

FAQs

Package last updated on 10 Sep 2025

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.