Livshitz / pax.libx.js

📦 pax.libx.js is lightweight and flexible packaging, bundling and building tool for modern web technologies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pax.libx.js

MIT license npm npm Node.js CI

📦 pax.libx.js is lightweight and flexible packaging, bundling and building tool for modern web technologies

Features:

  • Preconfigured setups for quick and easy browserifing, bundling and packaging web-based apps
  • All-in-one package
  • Compile and browserify Typescript files
  • Watch, delete, serve local source files and compiled

Description:

pax.libx.js is aimed to be the foundations of your webapp, providing one-stop-shop for the is needed to serve, bundle, package and more.

See examples here

Usage

yarn: yarn add pax.libx.js
or
npm: npm install --save pax.libx.js

Commands:

$ npx -p pax.libx.js pax-browserify src/browser.ts dist -y --minify && du -sh dist/

$ yarn pax-secrets --lock --folder='/./'

Contributing

Fork into your own repo, run locally, make changes and submit PullRequests to the main repository.

License

All projects and packages in this repository are MIT licensed.

About

📦 pax.libx.js is lightweight and flexible packaging, bundling and building tool for modern web technologies

License:MIT License


Languages

Language:TypeScript 85.6%Language:JavaScript 13.3%Language:Shell 1.1%