Skip to content

xuqingfeng/hood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hood

creating template files never be so easy 😗

Usage

hood -t [ansible, c, css, go, html, ignore, java, js, php, python] -n [name]

Custom Config

touch .hood.json in your home directory

~/.hood.json

{
  "GIT_IGNORED_LIST": [
    ".DS_Store",
    "idea"
  ],
  "USER": "CUSTOM USER NAME"
}

Demo

hood -t php -n demo

// demo.php
<?php
/**
 * Author jsxqf
 * Date 2015/9/22
 */

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors