4.0.1 • Published 5 years ago

@kev_nz/publisher v4.0.1

Weekly downloads
84
License
MIT
Repository
github
Last release
5 years ago

Publisher

npm version

Publish your readme to gh-pages.

Usage

npm install @kev_nz/publisher --save-dev

Then run

npx publisher

Custom config

To use custom html create a folder called .assets in the root of your project and add a head.html file with all the content before the readme contents, and a foot.html in the .assets folder for all content after the readme contents. The code highlighting uses Highlightjs for styles.

Additonally, anything else placed in the .assets folder will be copied to the dist folder and published along with readme file.

Setup

The structure

- .assets
-- head.html
-- foot.html
-- extends.css
-- myimage.jpg
- readme.md

The published dist folder content

- index.html
- styles.css
- extends.css
- myimage.jpg
4.0.1

5 years ago

4.0.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago