Skip to content

Vincit/dodo-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dodo.js project template installer

This package just copies new project template to the directory where npm install dodo-starterkit is ran. Then it removes all traces of installer package so you can put your initial project to version control.

ES6 template (default)

INSTALL_PATH=$PWD npm install dodo-starterkit

ES5 template

INSTALL_PATH=$PWD TEMPLATE=es5 npm install dodo-starterkit

Template with Babel build system (not implemented yet)

INSTALL_PATH=$PWD TEMPLATE=babel npm install dodo-starterkit

Typescript template (not implemented yet)

INSTALL_PATH=$PWD TEMPLATE=ts npm install dodo-starterkit

About

Dodo.js project template initializer - npm dodo-starterkit -- es6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published