Skip to content

Initial public release

Latest
Compare
Choose a tag to compare
@simplymichael simplymichael released this 11 Jan 16:53

✨ Features

  • Git setup (init + username and email configuration)
  • NPM setup (init + install dependencies and dev dependencies)
  • Test setup (with Jasmine or Mocha + chai)
  • Setup linting (using ESLint or standard)
  • Setup conventional commits (using commitizen and cz-conventional-changelog)
  • Setup coverage recording (with nyc)
  • Setup releasing (with standard-version)
  • Setup pre-commit and pre-release hooks (with ghooks)
  • Generate sample test
  • Generate basic README file (with badges)
  • Generate License File (using lice)
  • Can be run on an existing git or npm project