Skip to content

Command Line Interface 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) and listr (for specifying list of tasks) to automatically setup pre-configured react a…

License

pramit-marattha/chakati

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Interface ( to automatically setup pre-configured React 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 chakati-fire

or (generating javascript)

npx chakati-fire javascript

or(generating create-react-app)

npx chakati-fire react

or(generating vite react) [Highly recommended]

npx chakati-fire vitamin

Generating template with initilized GIT

npx chakati-fire javascript --git


npx chakati-fire react --git


npx chakati-fire vitamin --git

Generating template with initilized GIT and installing all dpendencies.

npx chakati-fire javascript --git --install


npx chakati-fire react --git --install


npx chakati-fire vitamin --git --install

license

MIT

About

Command Line Interface 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) and listr (for specifying list of tasks) to automatically setup pre-configured react a…

Resources

License

Stars

Watchers

Forks

Packages

No packages published