![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.
A Swiss Army Knife to init project/create files/lint/build/test/publish
With devsak, there is no need to manually install a long list devDependencies in your package,
such as eslint and shared config, babel family, mocha family etc.
All you need is just install devsak
and use it to:
Always install the cli globally, and should used only with npm >= 3
.
npm i devsak-cli -g
You should init a project first, to make the project devsak-compatible.
Use devsak init -b <boilerplate>
.
Currently the boilerplate option only support node
(which is just a simple project).
After init a devsak-compatible project, run devsak <command>
in your project root directory,
and fly with the help!
Common commands:
devsak create
: create files, like .npmignore, .gitignore, .eslintrcdevsak clean
devsak lint
devsak build
: build the source to output dir, and convert the es6 to es5devsak test
devsak publish
: publish to npm or just check or just packAnd you can also add the command to the scripts
in package.json
, like:
"prepublish": "devsak test && devsak publish -c"
Licensed under MIT
Copyright (c) 2016 kiliwalk
FAQs
A Swiss Army Knife to init project/create files/lint/build/test/publish
The npm package devsak-cli receives a total of 0 weekly downloads. As such, devsak-cli popularity was classified as not popular.
We found that devsak-cli 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.