Class: ReadmeCreator
Defined in: | src\run.coffee |
Overview
Creates a README.md based on information from package.json and other files
Class Method Summary
- ~ (void) run(args, cb) Run the script
Instance Method Summary
- # (Promise) parse() Parse the readme data
-
#
(void)
render(content)
Render the content to the README file template @returns [Promise
] The rendered template - # (Promise) write(content) Write the given content to the README file
Class Method Details
~
(void)
run(args, cb)
~
(Promise)
run(args)
Run the script
Constructor Details
#
(void)
constructor(options)
Creates a new ReadmeCreator
Instance Method Details
#
(Promise)
parse()
Parse the readme data
#
(void)
render(content)
Render the content to the README file template
@returns [Promise
#
(Promise)
write(content)
Write the given content to the README file