@fersonull/create-npm
v1.1.5
Published
Automated project scaffolding tool
Readme
@fersonull/create-npm
A production-ready scaffolding tool for setting up NPM projects.
Usage
Do not install this package globally or as a dependency. Instead, run it directly using npx or npm create:
# Recommended: Using npm create
npm create @fersonull/npm@latest <project-name>
# Alternative: Using npx directly
npx @fersonull/create-npm@latest <project-name>