mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-12 00:27:08 +01:00
11 lines
217 B
CoffeeScript
11 lines
217 B
CoffeeScript
###*
|
|
Message-handling routines for HackMyResume.
|
|
@module cli/msg
|
|
@license MIT. See LICENSE.md for details.
|
|
###
|
|
|
|
|
|
PATH = require 'path'
|
|
YAML = require 'yamljs'
|
|
module.exports = YAML.load PATH.join __dirname, 'msg.yml'
|