Activity
chore: add 'format' and 'format-check' scripts to Makefile
chore: add 'format' and 'format-check' scripts to Makefile
Chore: Remove VERSION file and hardcode version number
Chore: Remove VERSION file and hardcode version number
Lint: Resolve lint errors
Lint: Resolve lint errors
CI: Remove unnecessary "go version" command
CI: Remove unnecessary "go version" command
Chore: Add rm -rf dist to make clean
Chore: Add rm -rf dist to make clean
Feat: Refactor server start and graceful shutdown logic
Feat: Refactor server start and graceful shutdown logic
Chore: Move public and views dirs into internals/server
Chore: Move public and views dirs into internals/server
Chore: Rename LoadFile method to LoadMdFile
Chore: Rename LoadFile method to LoadMdFile
Chore: Srve command handle invalid file types
Chore: Srve command handle invalid file types
Chore: Update Makefile targets
Chore: Update Makefile targets
Fix: Add file extension validation in LoadFile function
Fix: Add file extension validation in LoadFile function
Feat: Expand server to serve given filePath
Feat: Expand server to serve given filePath
Ref: Refactor cli command structure
Ref: Refactor cli command structure
Fix: serve command port flag type setted to uint16
Fix: serve command port flag type setted to uint16
Chore: Add build for linux,macos and windows
Chore: Add build for linux,macos and windows
Feat: Add main.go file with initial implementation of MDoctor command…
Feat: Add main.go file with initial implementation of MDoctor command…
Feat: Add VERSION file and version command
Feat: Add VERSION file and version command
Chore: Ignore bin directory from source control
Chore: Ignore bin directory from source control
Chore: Add frontend materials
Chore: Add frontend materials
Chore: Implement golang gitignore template
Chore: Implement golang gitignore template