npm-molten
v1.0.0
Published
NPX tool to setup molten-docs folder structure in your project
Readme
npm-molten
A simple NPX tool that sets up a standardized documentation structure for your projects.
Usage
Run this command in any project directory where you want to set up molten docs:
npx npm-moltenThis will create:
- A
molten-docs/folder in your current directory - A
product-manager-agent.mdfile inside that folder with helpful product management templates
What it creates
your-project/
└── molten-docs/
└── product-manager-agent.mdThe product-manager-agent.md file contains:
- Product management workflow templates
- Key responsibilities outline
- Resource sections for documentation
Features
- ✅ Creates folder structure safely (won't overwrite existing files)
- ✅ Colorful terminal output with clear status messages
- ✅ Help command with
--helpor-h - ✅ Works in any directory
- ✅ No installation required (use with npx)
Options
--help,-h: Show help information
Development
To test locally:
- Clone this repository
- Run
npm linkto create a local symlink - Test with
moltenin any directory
License
MIT
