• Jump To … +
    backer-util.coffee badge-util.coffee history-util.coffee install-util.coffee license-util.coffee projectz-util.coffee projectz.litcoffee
  • history-util.coffee

  • ¶

    Import

    projectzUtil = require('./projectz-util')
  • ¶

    Define

    module.exports = historyUtil =
  • ¶

    Get History Section

    	getHistorySection: (opts) ->
  • ¶

    Prepare

    		file = 'HISTORY.md'
    		url = projectzUtil.getFileUrl(opts, file)
  • ¶

    Return

    		return """
    
  • ¶

    History

    			[Discover the change history by heading on over to the `#{file}` file.](#{url})
    			"""