Skip to content

Releases: simplymichael/project-up

Initial public release

11 Jan 16:53
Compare
Choose a tag to compare

✨ 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