Skip to content

devexp-pro/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Альтернативный текст

How to install:

Production version (Not available, still in development):

deno -A -r --unstable-kv https://devexp.pro/branch.ts main dx

Development version (For testing the latest changes, new features, and more):

deno -A -r --unstable-kv https://devexp.pro/branch.ts develop dxd

By tag (Great for containers with pre-installed Deno):

deno -A -r --unstable-kv https://devexp.pro/tag.ts [tag] [alias_name]

By branch (Suitable for development and testing from a specific branch):

deno -A -r --unstable-kv https://devexp.pro/branch.ts [branch_name] [alias_name]