A CLI to bootstrap a vanilla js project
npm install -g spark-v
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