Skip to content

Releases: hammer-io/tyr

v0.2.0

09 Jan 18:18
719e26f
Compare
Choose a tag to compare
  • Tyr Refactor
  • #142: Update license
  • #138: create a version option for command line argument
  • Documentation updates

v0.1.2

28 Nov 03:34
Compare
Choose a tag to compare
  • #124: makes the index.html page in a generated express project better looking

v0.1.1

27 Nov 02:19
Compare
Choose a tag to compare
  • #134: fixes an issue where tyr-cli would fail when creating a .gitignore file, .travis.yml file, or .dockerignore file

v0.1.0

19 Nov 06:06
9a00675
Compare
Choose a tag to compare

#v0.1.0

  • creates basic npm project
  • allows user to select Source Control, CI, Containerization, Deployment Tool, and Web Framework
  • currently supports GitHub, TravisCI, Docker, Heroku, and ExpressJS
  • automatically creates repository and pushes code to github
  • automatically creates TravisCI for the project
  • automatically creates docker container for the project
  • automatically creates project on heroku
  • automatically generates basic express files