Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 373 Bytes

@exuanbo/ts-starter

Usage

  • Click Use this template
  • Or write a shell function as example below
function ts_starter() {
    git clone https://github.com/exuanbo/ts-starter.git $1
    cd $1
    rm -rf .git
    git init
}

License

MIT License © 2021 Exuanbo