Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 744 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 744 Bytes

create-project

📑 Description

A tiny and simple create-project lib. Start coding with TS and JS on an easy way!

❓ How to use it?

  • git clone https://github.com/joaopaulopmedeiros/create-project.git
  • npm install
  • npm link
  • mkdir <project_name> && cd <project_name>
  • create-project
  • Open your favorite IDE

Flags

  • --git or --g

Templates

  • Javascript
  • Typescript

😮 Under the hoodies

  • arg
  • chalk
  • esm
  • execa
  • inquirer
  • listr
  • ncp
  • pkg-install

Made with ❤️ by joaopaulopmedeiros during studying time on Youtube. I hope you have fun setting up your projects and digging dipper in the Node.js world!