1.0.5 • Published 6 years ago

@vviital/bootstrapper v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Project bootstrapper

Bootstrap your project without pain and special dependencies e.g. React, Vue or something like this.

Motivation

Sometimes you want to learn something new fast - next ES standart features, try some library and (which is essential) persist your learning experiance under git in neat repository. So this bootstapper solves such problems:

  • add .gitignore file
  • install babel with presets
  • install eslint
  • install dependencies for bluebird, moment and lodash
  • install test runner jest
  • split all changes into small git commits

Prerequisites

Before start using this bootstrapper be sure, that you have installed:

  • Node.js (at least v8.5.0)
  • Yarn
  • git

Installation

npm install -g @vviital/bootstrapper