0.1.2 • Published 8 years ago

nextjs-export-path-map v0.1.2

Weekly downloads
637
License
MIT
Repository
github
Last release
8 years ago

next-export-path-map

export all pages except file start with _, test

next.config.js

const {exportPathMap} = require('next-export-path-map')

module.exports = { exportPathMap }

---

forked from <https://github.com/deptno/ts-module-boilerplate>

```bash
wget -qO- https://github.com/deptno/ts-module-boilerplate/archive/master.zip | bsdtar -xf- && mv ts-module-boilerplate-master your_project