🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

create-name

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-name

Quickly scaffolds a valid placeholder package that meets all npm publishing requirements, preparing it for future development.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

create-name

Quickly scaffolds a valid placeholder package that meets all npm publishing requirements, preparing it for future development.

Usage

With yarn

yarn create name <name> [options]

With npm global install

npm install -g create-name
create-name <name> [options]

Options

  • --author, -a <author>: Package author
  • --description, --desc <description>: Package description (default: "Work in progress")
  • --dry-run, --dry, -d: Dry run without publishing
  • --license <license>: Package license (default: "MIT")
  • --private: Mark package as private
  • --repository <url>: Repository URL
  • --temp, -t: Create a package in temporary directory

Examples

Create a basic package:

yarn create name my-package

Create a package with custom description and author:

yarn create name my-package --description "My awesome package" --author "John Doe"

Create in temporary directory:

yarn create name my-package --temp

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

MIT

Keywords

oclif

FAQs

Package last updated on 31 Oct 2025

Did you know?

Socket

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.

Install

Related posts