0.2.4 • Published 1 year ago

gptmd v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

gptmd - Generate Markdown Files & Folders with Chat GPT

To get started, first set your environment variables with your OpenAI API Key:

export OPENAI_API_KEY=sk-...

Then you can call the gptmd CLI:

npx gptmd

Then select the content you want to generate:

   ____ ____ _____ __  __ ____  
  / ___|  _ \_   _|  \/  |  _ \ 
 | |  _| |_) || | | |\/| | | | |
 | |_| |  __/ | | | |  | | |_| |
  \____|_|    |_| |_|  |_|____/ 
                                
? What type of content do you want to generate? (Use arrow keys)
❯ Articles 
  Blog Posts 
  Book 
  Documentation 
  Email Sequence 
  Landing Pages 
  Other 
  Newsletter 
  Products 
  Videos 

You can also bypass the prompts and pass in the content type as an argument:

npx gptmd blog "The impact of AI on the future of work" --number 50 --words 1200 --output pages/posts
Usage: gptmd [options] [command]

CLI to Generate Markdown Content with GPT

Options:
  -V, --version                                  output the version number
  -h, --help                                     display help for command

Commands:
  articles [options] [topic]                     Articles
  blog [options] [topic]                         Blog Posts
  book [options] [topic]                         Book
  docs [options] [topic]                         Documentation
  emails [options] [topic]                       Email Sequence
  landing [options] [topic]                      Landing Pages
  other [options] [contentName] [title] [topic]  Other
  newsletter [options] [topic]                   Newsletter
  products [options] [topic]                     Products
  videos [options] [topic]                       Videos
0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago