1.0.1 • Published 6 months ago
create-bebp v1.0.1
/**
- Command to create a new npm package using the
create-bebp
tool. - Usage:
- npx create-bebp my-project
- This command initializes a new npm package in a directory named
my-project
. - It sets up the necessary files and configurations for a new project.
- @param {string} my-project - The name of the directory where the new npm package will be created. */