Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artcom/gitbook-plugin-sourcefile
- Owner: artcom
- Created: 2016-01-15T15:01:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T07:39:30.000Z (about 9 years ago)
- Last Synced: 2024-11-07T06:36:35.456Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```