Skip to content

Ethosa/avoscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVOScript

CodeExample CLIExample
Code example CLI Example

little language just for fun

PyPI - Python Version PyPI

Getting Started!

Install

  • via pip
    pip install avoscript --upgrade
  • via git
    git clone https://github.com/ethosa/avoscipt
    cd avoscript
    pip install requirements.txt

CLI

python avos.py -h

Flags

  • -v/--version AVOScript version
    python avos.py -v
  • -i/--interactive interactive mode
    python avos.py -i
  • -s/--script execute script
    python avos.py -s "var a = 1; echo(a);"
  • -f/--file execute code from file
    python avos.py -f tests/test_code.avo

Package Manager

  • install package
    python avos.py add package-name
  • install package without packages fetching
    python avos.py add package-name -nf
    python avos.py add package-name --no-fetch
  • update packages data
    python avos.py --upd
  • upload your package
    python avos.py --upload

Releases

No releases published

Packages

No packages published

Languages