Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Doc, output and code improvements #74

Merged
merged 46 commits into from
Nov 1, 2020
Merged

chore: Doc, output and code improvements #74

merged 46 commits into from
Nov 1, 2020

Conversation

ebebbington
Copy link
Member

@ebebbington ebebbington commented Oct 20, 2020

Description

  • Uses services repo for:
    • Bumping versions (this is a new feature i added, to be inline with other repos)
    • Use logic from services repo in place of existing logic
  • improve output by using things like ERROR from the services repo
  • Improve help message and code by using aspects from services repo
  • Adds help and version commands
  • Adds logic to the info command so that you can pass in multiple modules (e.g., dmm info fs drash http)
  • Remove the .README.md, remove unnecessary documentation

@ebebbington ebebbington added the Type: Chore Merging this pull request results in a patch version increment label Oct 20, 2020
crookse
crookse previously approved these changes Oct 21, 2020
Copy link
Member

@crookse crookse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me (i changed it to use the CommandService); i suggest you look over my last commits as well

@ebebbington
Copy link
Member Author

Yeah I’m happy with that, I’m just in the process of fixing the tests and using the logging service instead of console.logs

@ebebbington ebebbington changed the title chore: Doc and code improvements chore: Doc, output and code improvements Oct 21, 2020
@ebebbington
Copy link
Member Author

@crookse Just need you to review my recent changes then i think we should be good!

@ebebbington
Copy link
Member Author

Actually hold on Eric, i'm going to abstract the logic for the deno versions strings into the services repo, this will help immensely as i believe all repos have pretty much the same logic for handling it

@ebebbington
Copy link
Member Author

Warning: #77 will create merge conflicts with this PR (i believe the nest pr will be merged first), but in essence we just need to keep the documentation that Nest is now a supported registry - i think only the tests and readme will have conflicts, as in this PR the readme was super simplified

@crookse crookse added the Type: Minor Merging this pull request results in a minor version increment label Oct 30, 2020
crookse
crookse previously approved these changes Oct 30, 2020
@crookse crookse mentioned this pull request Oct 30, 2020
README.md Show resolved Hide resolved
Copy link
Member Author

@ebebbington ebebbington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well i'm good with the changes you've made

@crookse crookse removed the Type: Chore Merging this pull request results in a patch version increment label Nov 1, 2020
@crookse crookse merged commit fc9e561 into master Nov 1, 2020
@crookse crookse deleted the improvements branch November 1, 2020 04:07
@ebebbington ebebbington linked an issue Nov 2, 2020 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Minor Merging this pull request results in a minor version increment
Development

Successfully merging this pull request may close these issues.

docs; output; code improvements
2 participants