TLDR
Enter a command. For example: pax, git rev parse, git range diff.

middleman

 
Static site generator written in Ruby. More information: https://middlemanapp.com/.
 
  • Create a new Middleman project:
     
    middleman init "{{project_name}}"
     
  • Start local server for current project on port 4567:
     
    middleman server
     
  • Start local server for current project on a specified port:
     
    middleman server -p "{{port}}"
     
  • Build the project in the current directory to prepare for deployment:
     
    bundle exec middleman build
     
  • Deploy the Middleman project in the current directory:
     
    middleman deploy

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.