Install | Chasse: Simplifying HTML Boilerplates

Chasse is an open-source CLI utility to facilitate using components in HTML.

(Distributions for MacOS are currently unavailable, but we are working on releasing a build soon...!)

Version: Ballet (v1.0.0 LTS)

View changelog.


Setting It Up

  • Unzip the downloaded file and place it in an appropriate path as per convenience.
  • Add the folder chassev1.0.0 (not the binary inside) to the system PATH. To do that:
  • Windows Command Prompt
    pathman /au c:path\to\directory
    Linux Shell
    sudo echo "export PATH=$PATH:/path/to/dir" >> /etc/profile
  • Restart all terminals. Now verify installation by:
  • Terminal
    chasse -v
  • All is done if the corresponding software version is displayed. You can now start using the command!!