Skip to content

Commit

Permalink
feat: add init content api for node api (#144)
Browse files Browse the repository at this point in the history
* feat: add init content api for node

* feat: add init content api for node
  • Loading branch information
jakebolam committed Jan 15, 2019
1 parent bd8be13 commit f551d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const chalk = require('chalk')

const addContributorWithDetails = require('./contributors/addWithDetails')
const generate = require('./generate')
const { addContributorsList, addBadge } = require('./init-content')

process.stdout.write(
chalk.yellow(
Expand All @@ -19,4 +20,6 @@ process.stdout.write(
module.exports = {
addContributorWithDetails,
generate,
initContributorsList: addContributorsList,
initBadge: addBadge,
}

0 comments on commit f551d8b

Please sign in to comment.