Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
/ hterm Public archive

Latest commit

 

History

History
109 lines (98 loc) · 4.99 KB

source.md

File metadata and controls

109 lines (98 loc) · 4.99 KB

Source Layout

The vast majority of the code here lives under js/.

  • audio/: Audio files (e.g. the bell alert).
  • bin/: Tools for building/testing hterm.
  • concat/: Compiled output of other projects we use.
  • dist/: Builds of the hterm for integration with other projects.
  • doc/: Documentation files.
  • etc/: Scripts/snippets for hterm users to leverage terminal features.
  • examples/: Example projects using hterm.
  • html/:
  • images/: Image files (e.g. notification icons).
  • js/: The majority of relevant code for hterm.
    • See the section below.
  • test_data/: Various test data and helper scripts.

JavaScript Source Layout