realChakrawarti
Semver update in deno.json + conventional commit
Is there any package that supports Deno for updating package semver like https://github.com/conventional-changelog/standard-version?
What I want is to update
version
in deno.json, make a commit, create a git tag and generate changelog.1 replies
Avoid newline at the end of Deno.stdout.(write/writeSync)
Here is my use case:
I have a cli that outputs some command like
git clone <url>
and I want to print editable string in terminal so that I could replace the <url>
with the actual repo url.
What happens is, it echo git clone
in the terminal and ends. I couldn't input anything after that.
How do I do that? I couldn't find anything.2 replies