Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.04 KB

STORIES.md

File metadata and controls

46 lines (30 loc) · 1.04 KB

K Util

KUtil provides simple utility methods

As a Developer, I need simple utility helpers, to solve cross cutting issues and simplify common access methods

Development radar

Stories and tasks

Stories - completed

As a Developer, I need simple utility helpers, to solve cross cutting issues

  • Console helpers
  • Data helpers
  • File helpers

Tasks - completed

Setup RubyGems and RubyDoc

Setup project management, requirement and SCRUM documents

  • Setup readme file
  • Setup user stories and tasks
  • Setup a project backlog
  • Setup an examples/usage document

Setup GitHub Action (test and lint)

  • Setup Rspec action
  • Setup RuboCop action

Setup new Ruby GEM

  • Build out a standard GEM structure
  • Add automated semantic versioning
  • Add Rspec unit testing framework
  • Add RuboCop linting
  • Add Guard for automatic watch and test
  • Add GitFlow support
  • Add GitHub Repository