Skip to content

pramit-marattha/Template-grabber-Node-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Interface ( to automatically setup pre-configured React , viteReact and JavaScript initial project template ) crafted using NodeJS and external third-party library like:
  • inquirer (for prompting missing values)
  • args ( for parsing cli arguments)
  • ncp (for recursive copying)
  • chalk (for coloring output commands)
  • execa (for running external commands)
  • listr (for specifying list of tasks)

⚠️ This is not for developing production application.

Installation Guide

npx template-grabber

or (generating javascript)

npx template-grabber javascript

or(generating create-react-app)

npx template-grabber react

or(generating vite react) [Highly recommended]

npx template-grabber viteReact

Generating template with initilized GIT

npx template-grabber javascript --git


npx template-grabber react --git


npx template-grabber viteReact --git

Generating template with initilized GIT and installing all dpendencies.

npx template-grabber javascript --git --install


npx template-grabber react --git --install


npx template-grabber viteReact --git --install

license

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages