next-with-ts icon indicating copy to clipboard operation
next-with-ts copied to clipboard

Add CLI conditions

Open uruha opened this issue 4 years ago • 0 comments

Usecase

Existence usecases and related directory

  1. Web Server
    • /server
    • nodemon
  2. Docker existence
    • /docker
    • docker-compose
  3. Scaffold (hygen)
    • .hygen
  4. Use Redux
    • /src/action | actionTypes
    • /src/reducers
    • /src/sagas
    • /src/store
    • /pages/_app.tsx mounted redux store
  5. Authentication
    • /pages/api/*
    • /pages/signin

Functions with low dependency at repository

  • Web Server
  • Docker
  • Scaffold

uruha avatar Aug 09 '20 00:08 uruha