Open Source Tools
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:
- Less reinvention β junior developers at factories can
npm installinstead of writing from scratch - Standardization β bundle ID format becomes industry standard
- Trust β buyers can audit our calculation logic
- SEO β packages appear in NPM search for βgarmentβ, βsmvβ, etc.