• Jump To … +
    backers.coffee badges.coffee contributing.coffee history.coffee licenses.coffee main.litcoffee utils.coffee
  • history.coffee

  • ¶

    Define

    history =
  • ¶

    Get History Section

    	getHistorySection: ->
  • ¶

    Prepare

    		file = 'History.md'
    		url = @getFileUrl(file)
  • ¶

    Return

    		return """
  • ¶

    History

    			[You can discover the history inside the `#{file}` file](#{url})
    
    			"""
  • ¶

    Export

    module.exports = history