0.1.2 • Published 8 years ago
nextjs-export-path-map v0.1.2
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