Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 355 Bytes

packaging.md

File metadata and controls

35 lines (22 loc) · 355 Bytes

Building distributable packages

Recommended: FPM

  • Arch Linux
fpm -s npm -t pacman tty-table
  • Debian/Ubuntu
fpm -s npm -t deb tty-table
  • Mac OS X
fpm -s npm -t osx tty-table
  • Redhat
fpm -s npm -t rpm tty-table
  • Solaris
fpm -s npm -t solaris tty-table