
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
tartifacts-cli
Advanced tools
The tool to create artifacts for your assemblies.
$ npm install --save-dev tartifacts-cli
$ tartifacts --help
Options
--follow-symlinks Follow symlinked files and directories
--dot-files Include dotfiles
--empty-dirs Include empty directories
--empty-files Include empty files
--watch Watch mode; signals to stop the process: SIGTERM, SIGINT
Options (config mode)
-c, --config Path to config with artifacts info
-r, --root Path to root directory for artifacts patterns
-d, --dest-dir Path to destination directory for artifacts from config
Options (single mode)
-p, --patterns Path to file with includes and excludes patterns of artifact
-i, --include Paths to inlcude files of artifact
-e, --exclude Paths to exclude files of artifact
-o, --output Path to destination artifact file or directory
Examples
$ tartifacts --config artifacts.json --dest-dir dist/
$ tartifacts --include "lib/**" --exclude "node_modules/" --output artifact.tar.gz
$ tartifacts --patterns ./patterns.txt --output=artifact.tar.gz
You can write patterns to file.
Use ! prefix for exclude and # for comments.
Example:
# include `sources`
sources/**
# exclude `sources/exlib`
!sources/exlib/*.{js,css}
# override previous exclude pattern,
# and include files with `es6.js` extension
sources/exlib/*.{es6.js}
Read more about patterns in glob package.
MIT © Andrew Abramov
FAQs
The tool to create artifacts for your assemblies.
The npm package tartifacts-cli receives a total of 42 weekly downloads. As such, tartifacts-cli popularity was classified as not popular.
We found that tartifacts-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.