Skip to the content.

Open Source Tools

← Back to home

We’ve open-sourced parts of Scan ERP that we think the broader garment industry can benefit from. All MIT-licensed, free for commercial use.

NPM Packages

garment-smv-calculator

SMV (Standard Minute Value) calculator with Westinghouse rating support.

npm install garment-smv-calculator

garment-piece-rate

Piece-rate wage calculator with skill multipliers, machine bonuses, quality penalties.

npm install garment-piece-rate

garment-bundle-id

Standard bundle ID generator and parser for QR-based production tracking.

npm install garment-bundle-id

GitHub Repositories

awesome-garment-erp

Curated list of garment ERP software, production tracking systems, and apparel manufacturing resources.

cmt-factory-toolkit

Source code for the SMV/piece-rate/bundle-ID utilities β€” also published as separate NPM packages above.

scan-erp-docs

This documentation site.

Why Open Source?

The CMT garment industry is underserved by software. Most factory developers reinvent these calculations from scratch. Publishing them as MIT-licensed packages means:

  1. Less reinvention β€” junior developers at factories can npm install instead of writing from scratch
  2. Standardization β€” bundle ID format becomes industry standard
  3. Trust β€” buyers can audit our calculation logic
  4. SEO β€” packages appear in NPM search for β€œgarment”, β€œsmv”, etc.

← Back to home