pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-12-31 15:12:55 -08:00
..
c1pjs Restored analytics tracking, merged the apps menu into the machines menu, and updated the 404 page 2015-12-27 16:42:45 -08:00
diskdump Work-around to detect 615-cylinder hard disks 2015-12-18 14:34:56 -08:00
filedump More README updates 2015-12-13 16:39:41 -08:00
grunts Simplified the NODE tests 2015-09-16 15:32:49 -07:00
htmlout Node.js update to disable converting a Jekyll-style machine to an actual machine if a machine XML file was already processed 2015-12-16 16:52:50 -08:00
markout Allow both Liquid-style and Markdown-style image links in the same document 2015-12-31 15:12:55 -08:00
pcjs Restored analytics tracking, merged the apps menu into the machines menu, and updated the 404 page 2015-12-27 16:42:45 -08:00
shared Work-around to detect 615-cylinder hard disks 2015-12-18 14:34:56 -08:00
textout More README updates 2015-12-13 16:39:41 -08:00
README.md Fix README links 2015-07-18 17:26:41 -07: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.