
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
create-whatever
Advanced tools
The universal template for creating create-
package.
npx create-whatever create-greet
cd create-greet
templates/default
yarn build
or npm run build
yarn publish
or npm publish
Edit files inside templates/default
. Text files will be passed through Mustache template engine that all template strings is replaced with respective value.
{{name}}
package name{{description}}
package description{{author}}
author name{{email}}
author email{{author_full}}
author name formatted with {{name}} <{{email}}>
if email given, otherwise {{name}}
{{license}}
package licenseYou can find the app config in src/cli.ts
.
import {create} from 'create-whatever';
create('create-greet', templateRoot, {
caveat: `You app has been created successfuly!`
});
caveat
string
This message will be shown after the generation process.
PRs are always welcome!
FAQs
create 'create-' app
The npm package create-whatever receives a total of 18 weekly downloads. As such, create-whatever popularity was classified as not popular.
We found that create-whatever 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
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.