![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Keep track of your progress during #100DaysOfCode event.
Install 1hdoc from RubyGems:
gem install 1hdoc
or clone this repository and build the gem manually:
git clone https://github.com/domcorvasce/1hdoc
cd 1hdoc
gem build 1hdoc.gemspec
gem install *.gem
You can get a list of available commands typing:
1hdoc --help
Here we are! Now you've to initialize all necessary files which are:
Open your Terminal and type:
1hdoc
A final thing, you should edit the repo's remote origin so I can push to your account.
First of all, open GitHub or whatever you use and create a new empty repository.
Now move to the 100-days-of-code repo's folder and type:
git remote remove origin
git remote add origin YOUR_REPO_URL
Hooray! We're done.
Have you ended Day 2?
Great! Let's 1hdoc track your progress. Type:
1hdoc -c
By default, 1hdoc don't push to the repo automatically after you register your progress.
You can change this behavior by assigning true
to auto_push
option in
~/.1hdoc.yml
:
:auto_push: true
If you turn off auto_push
you can push to the repo typing:
1hdoc -p
I got an error when I try to use 1hdoc. How can I resolve?
If the error is the following:
`require': libreadline.so.6: cannot open shared object fie
this means Ruby tries to get the older version of Readline so you need to reinstall it like reported here.
Everyone can contribute to this project:
Feel free to open an issue or propose a pull request.
1hdoc is released under terms of GNU/GPL v3 license.
FAQs
Unknown package
We found that 1hdoc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.