Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 413 Bytes

Platform for creating Interactive Linux Courses. This repository contains open source Labfiles for use in your own courses.

Available Libraries:

  • lodash as _
  • request-promise as rp

Building

The course repository allows for writing courses using typescript. You can compile these labs using the following command:

npm install
npm run build