Skip to content

harshitpthk/create-js-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@xarv/create-js-app

A humble bootstrapper for Javascript/Typescript app.

Creating an App

  1. npx @xarv/create-js-app my-app
  2. npm init @xarv/js-app my-app

Options

1. `--git/-g #initialize the package as a git repo`
2. `--install/-i #install the dependency at the time of project creation`
3. `--yes/-y #skip prompts with defaults`
4. `--help/-h #options and usage`

Raising Issues and Contributing

Feel free to raise Issues and PRs here