Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dodo-starterkit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dodo-starterkit

Dodo.js project initialiser

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 17 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc