adharshmk96 / stk

Server tool kit - framework for developing server in golang
MIT License
2 stars 0 forks source link

refactor: major update on command order and pkg. -pre-release #56

Closed adharshmk96 closed 11 months ago

adharshmk96 commented 11 months ago

currently stk binary is split to

stk binary should do initialization on init command

eg usage:

stk init - generates project and config ( from template ) stk add module ,, - generates modules stk verify - verifies stk config

stk migrator init - initialize migrator config ( use .stk.yaml ) stk migrator generate -n stk migrator clean stk migrator purge stk migrator up stk migrator down stk migrator verify

after this update, the release should be 1.0.0-alpha.1

adharshmk96 commented 11 months ago

Update: rewriting the project package, partially implemented generator, unable to push due to unit test fail related to go mod tidy.

adharshmk96 commented 11 months ago

update: refactoring side effects to be grouped as reciever methods and exported as interface.