Skip to content

Latest commit

 

History

History
107 lines (96 loc) · 4.9 KB

source.md

File metadata and controls

107 lines (96 loc) · 4.9 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.
  • dist/: Builds of the hterm for integration with other projects.
  • docs/: 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