pcjs/my_modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-11-10 15:42:01 -08:00
..
c1pjs-client Distinguish between Download (for remote disks/files) and Load (for local disks/files) 2014-11-10 15:42:01 -08:00
diskdump Groundwork for loading local disk images in PCjs 2014-11-09 18:57:13 -08:00
filedump PC-DOS 7.00 SETUP is making progress, but XDF support is still lacking 2014-10-22 00:37:31 -05:00
grunts Fixed CAPSLOCK handling and tidied up some more things in keyboard.js 2014-11-07 09:59:04 -08:00
htmlout Fixed CAPSLOCK handling and tidied up some more things in keyboard.js 2014-11-07 09:59:04 -08:00
markout Collapsed /configs into /devices (or in some cases, /apps or /disks), simplifying the structure a bit 2014-11-03 00:11:41 -08:00
pcjs-client Distinguish between Download (for remote disks/files) and Load (for local disks/files) 2014-11-10 15:42:01 -08:00
shared Relax checksum test in disk.restore() 2014-11-10 15:10:58 -08:00
README.md Fixed CAPSLOCK handling and tidied up some more things in keyboard.js 2014-11-07 09:59:04 -08:00

PCjs Node Modules

This folder contains all the PCjs JavaScript source code, organized into Node modules. It is the counterpart to node_modules, where all the public Node modules are installed.

Only private Node modules are checked into this project. If any of these modules are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.