Modern Node Versions Save

All-in-one development toolkit for creating node modules with Jest, Prettier, ESLint, and Standard

v2.8.0

4 years ago
  • Update all tools
  • fix: Install modern-node as devDependency, not dependency

v2.3.1

4 years ago
  • fix: no --save-dev in the README.md by default (use --save)

v2.3.0

4 years ago
  • Ensure modern-node works on windows
  • Fix git hook installation both when using and not using create-modern-node

v2.2.0

4 years ago

56892fc Add .travis.yml to templates and badge the the README

v2.1.0

4 years ago

bbd6804 Automatically generate repository and author fields 8003ab4 Add "git add" to lint-staged section

v2.0.0

4 years ago

Major version, major features! 🥇

  • modern-node is now installable as npm module
  • create-modern-node package is available allowing for yarn create and npm init
  • precommit script in package.json is respected and executed before committing code
  • lint command for formatting and linting code with eslint and standard.js configuration
  • format uses newest version of prettier-standard allowing to format changed files and lines
  • test uses default configuration for jest, making most installations configless