Skip to content

trailstem/create-next-gin-with-go_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js、GinのセットアップをCLIで簡素化する

  • Next.jsのプロジェクト作成時コマンド
  • 「-t」「-e」「-p」は順に、「typescriptのOn・Off」、「ESLint」「Prettier」のインストール
create nextjs -t -e -p
  • Ginのインストールを行う際のコマンド
create gin -t -e -p

※随時、便利に使用できるように修正していきます。

About

Create a template for gin, next.js with go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages