1.0.2 • Published 2 years ago

create-sock-project v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

create-sock-project

Usage

yarn global add create-sock-project
create-sock-project

Roadmap

  • Prompt user for technology, write config files in current working directory
  • Generate package.json and install necessary dev dependencies for config files (eslint, prettier, etc.)
  • Display yarn's log (progress bar and dependencies)
  • Refactor write config files functions. Currently not DRY.
  • Create default boilerplate code for express, react, and next
  • Generate and write default boilerplate code to cwd for each framework
  • allow directory to be passed as an argument, default to current working directory (ex: npx create-sock-project ., npx create-sock-project my-first-project)
  • install all dependencies once files have been copied
  • create multiple boilerplate options for each specific framework (database type for express, rest or graphql, routing, authentication, etc.)
  • Ask user for specifics on what they want to use for each framework (database type, routing, authentication, etc.)
  • generate and write files for project per these specifications