Tucker McKnight <tmcknight@instructure.com> | Sun Sep 28 2025
couple of readme changes
15 16 17 18 19 20 21 22 23 24 25 26 27 28
## Installation & Setup
1. npm install this plugin
This is not (yet) on npm. You can install it straight from this git repository, though.
`npm install --save git+http://repos.tuckerm.us/repos/eleventy-repo-viewer.git#deploy/0.0.1-alpha.1`
2. Add this plugin to your eleventy config.
```js
const a = "asdf";
```
```diff-js
+import repoViewer from 'eleventy-repo-viewer'
15 16 17 18 19 20 21 22 23 24 25
## Installation & Setup
1. npm install this plugin
This is not (yet) on npm. You can install it straight from this git repository, though.
`npm install --save git+http://repos.tuckerm.us/repos/eleventy-repo-viewer.git#deploy/0.0.1-alpha.1`
2. Add this plugin to your eleventy config.
```diff-js
+import repoViewer from 'eleventy-repo-viewer'