create-gpt-apps
v1.0.0
Published
A simple npm package
Downloads
10
Readme
create-chatgpt-app
A simple npm package.
Installation
npm install create-chatgpt-appUsage
const gptapp = require('create-chatgpt-app');
console.log(gptapp.hello()); // Output: Hello World!
console.log(gptapp.hello('GPT')); // Output: Hello GPT!License
ISC
