项目作者: ArkScript-lang

项目描述 :
ArkScript standard library
高级语言:
项目地址: git://github.com/ArkScript-lang/std.git
创建时间: 2020-06-18T11:55:58Z
项目社区:https://github.com/ArkScript-lang/std

开源协议:Mozilla Public License 2.0

下载


ArkScript standard library Latest version

GitHub Workflow Status

Online documentation

Complete documentation is available online at arkscript-lang/std.

Generate documentation offline

You can also generate yourself by using our documentation generator, ArkDoc:

  1. python3 -m venv venv
  2. source ./venv/bin/activate
  3. pip install -r requirements.txt
  4. python -m arkdoc <version> . --html out
  5. cd out && python -m http.server

Then, open your webbrowser to go to http://localhost:8000/.