chore: Added contributors to main README. See #1523
This commit is contained in:
parent
c4f0b8ca19
commit
7f01a2333b
3 changed files with 162 additions and 3 deletions
|
@ -35,6 +35,8 @@ const packages = glob.sync('*', {
|
|||
})
|
||||
|
||||
const contributors = fs.readFileSync(path.join(repoPath, 'CONTRIBUTORS.md'), 'utf-8')
|
||||
const mainReadme = fs.readFileSync(path.join(repoPath, 'config', 'templates', 'readme.main.md'), 'utf-8')
|
||||
fs.writeFileSync(path.join(repoPath, 'README.md'), mainReadme + contributors)
|
||||
|
||||
validate(packages, config)
|
||||
reconfigure(packages, config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue