Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeumus/docpad-instance-spawn

⚠ Work In Progress. DocPad express servers module with unique ports.
https://github.com/mikeumus/docpad-instance-spawn

Last synced: 25 days ago
JSON representation

⚠ Work In Progress. DocPad express servers module with unique ports.

Awesome Lists containing this project

README

        

# DocPad Instance Spawn

#### Purposed to provide a function to spawn DocPad instances on unique ports.

`docpadSpawn(port)`

##### Install
`npm install docpad-instance-spawn --save`

#####Example:
`docpadSpawn(9966)`

###### Note
Right now the DocPad instance looks for a `docpad.coffee` file at the root of the project. In that file you'll have to clearly set the path to where your docpad folder is in your project tree. It could be somehting like this:

`rootPath: process.cwd() + '/public/docpad'`