
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
create-project
Advanced tools
Create a new project based on a branch in a github repo. Supports basic format strings
Create a new project based on a branch in a github repo. Supports basic format strings
npm install -g create-project
create-project # prints out a help
To use this first create a new repo to contain your project templates. An example of this could be mafintosh/templates
To create a new project simply do
create-project new-project-name mafintosh/templates
If files in your template repo contains format string ({{variable}}) you can override the value using
a command line parameter with the same name (--variable [value])
Per default the variable name is set to the project name
If you don't want to type the repo name everytime or want to store default format variables, use --configure
create-project --configure
Set repository: mafintosh/templates
Set key=value: (blank to skip) foo=bar
Then to create a new project just do
create-project new-project-name
MIT
FAQs
Create a new project based on a branch in a github repo. Supports basic format strings
The npm package create-project receives a total of 60 weekly downloads. As such, create-project popularity was classified as not popular.
We found that create-project 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.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.