prompt-new
v1.0.2
Published
CLI tool to generate prompt files with timestamps
Readme
prompt-new
CLI tool to generate prompt files with timestamps
Installation
npm install -g prompt-new
# or use npx
npx prompt-newUsage
# Basic usage
npx prompt-new [prompt-name]
# With template
npx prompt-new [prompt-name] -t [template-name]
# Help
npx prompt-new --helpFeatures
- Auto-creates
promptsfolder if it doesn't exist - Generates files with timestamp format:
YYYYMMDD_HHmmss_[name].md - Supports templates from
./prompts/templates/ - Uses
default.mdtemplate if available
Example
npx prompt-new chat-assistant
# Creates: ./prompts/20240125_143022_chat-assistant.mdLicense
ISC
Deploy
npm version patch
npm publish