Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
331 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: meta
  3. # key: meta
  4. # --
  5. maintainer "${1:YOUR_COMPANY_NAME}"
  6. maintainer_email "${2:YOUR_EMAIL}"
  7. license "${3:All rights reserved}"
  8. description "${4:Installs/Configures example}"
  9. long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
  10. version "${5:0.0.1}"