1.0.5 • Published 5 years ago

latest-dev v1.0.5

Weekly downloads
1
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

latest-dev

CLI to setup package.json with linter, transpiler and NPM scripts

This lightweight tool was created to reduce the time wasted and enable rapid prototyping for your node projects. It does 3 things:

  • runs npm-init
  • installs dev-dependencies
  • setup npm scripts

Dev Dependencies

  • Eslint (linter)
  • Rollup (way faster than webpack)
  • Rimraf (removal utility)

Install

You should globally install latest-dev with npm.

npm install -g latest-dev

Usage

Run the command, specifiying the folder you wish to setup your project.

latest-dev <project-dir>

Contribution Roadmap

x - initialize node project with npm-init x - modify package.json scripts [] - initialze github project [] - log errors properly [] - Github integration [] - make terminal prettier