Clone README when generating

This commit is contained in:
Sam Carlton 2020-11-17 12:43:06 -06:00
parent 643be6dc21
commit feded332a1
4 changed files with 6 additions and 4 deletions

View file

@ -55,7 +55,7 @@ const getTokenLinks = function ( childTokens ) {
export default async function () {
const readmeContent = await fs.readFile('./README.md', 'utf8')
const readmeContent = await fs.readFile('./README-temp.md', 'utf8')
// console.log('readmeContent', readmeContent)