Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artcom/gitbook-plugin-sourcefile

Plugin for gitbook that Includes source code from external file
https://github.com/artcom/gitbook-plugin-sourcefile

Last synced: about 2 months ago
JSON representation

Plugin for gitbook that Includes source code from external file

Awesome Lists containing this project

README

        

# gitbook-plugin-sourcefile

Include source code from external file

## Installation:

`$ npm install artcom/gitbook-plugin-sourcefile --save`

Add this to `book.json`:
```
{
"plugins": ["sourcefile"]
}
```

## Usage

```
{{ "./index.html" | sourcefile }}
```