ABC Website Maker
Create web apps, websites, custom code, and more, easy as ABC! Turn prompts/chats into apps in seconds!
DeployScript is a plugin that enables users to easily create web apps, websites, and custom code. By turning prompts into functional code, it saves users a tremendous amount of time and eliminates the need for intricate coding knowledge. DeployScript's intuitive interface makes it simple to create personalized projects, and its functionality can be used to automate repeated tasks with minimal effort. Whether you're a seasoned developer or new to the world of coding, this plugin can help streamline your workflow and make it more efficient.
How to
Comments (0)
API docs
Learn how to use DeployScript effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to create a new web app."
-
Prompt 2: "Can you help me retrieve an existing app resource?"
-
Prompt 3: "I need to upload an HTML file to my app."
-
Prompt 4: "I want to update the content of an existing CSS file in my app."
-
Prompt 5: "How do I create a new JavaScript file for my app?"
Features and commands
Feature/Command | Description |
---|---|
createApp | This command allows you to create a new app resource. It generates a unique identifier for the app. |
getApp | This command retrieves an existing app resource along with its files and contents. You need to provide the unique identifier (appId) of the app. |
uploadFile | This command uploads an HTML, CSS, JavaScript, or JSON file to the specified app resource. You need to provide the unique identifier (appId) of the app, the file type, file name, and content. |
updateFile | This command updates an existing HTML, CSS, JavaScript, or JSON file in the specified app resource. You need to provide the unique identifier (appId) of the app, the file type, file name, and updated content. |