
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.
create-from-git-template
Advanced tools
This is a `yarn create` program for creating npm packages derived from others.
This is a yarn create program for creating npm packages derived from others.
Usage: create-from-git-template [options] <source-repo> <target>
Options:
-V, --version output the version number
--name <name> package name
--ver [version] package version (default: "0.1.0")
--description [description] package description
--repository <repo uri> package repository URI
--author <name> package author name
--peers [packages] added peer dependencies
--devDeps [packages] added dev dependencies
--deps [packages] added bundle dependencies
-h, --help output usage information
yarn create from-git-template <source repo> <target directory>
It creates a new package based on your configuration input that is dervied from the template. Differently to some templates, the template component is its own git repo, with its own history. This means that any package using it can sync with updates to the template by doing a git merge, no matter how far down the line it is and git should do its best to resolve the changes.
FAQs
This is a `yarn create` program for creating npm packages derived from others.
We found that create-from-git-template 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
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.