dodo-starterkit

0.0.3 • Public • Published

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) (not implemented yet)

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

Readme

Keywords

none

Package Sidebar

Install

npm i dodo-starterkit

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • elhigu