Skip to content

swarup4741/spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A CLI to bootstrap a vanilla js project


Installating Spark

npm install -g spark-v

Using Spark

spark --<flag>

    where <flag> is one of:
      init, yes, git, pkg, help

    spark --init | -i  creates a vanilla js project
    spark --yes  | -y  skips to defaults
    spark --git  | -g  initializes git repository
    spark --pkg  | -p  creates package.json file
    spark --help | -h  helping guide