DEV Community

ke jia
ke jia

Posted on

From Side Project to npm Package — My Complete Workflow

Published 4 npm packages this month. My workflow:

Scaffold (1 min): npx scaffoldx-cli init --template cli-tool my-tool
Security (30s): npx @wuchunjie/dotguard
Git Check (1 min): npx @wuchunjie/gitpulse
Publish (30s): npm version patch && npm publish --access public

Under 3 minutes from idea to live package. Ship early. README matters. Open source everything.

Support

Top comments (0)