DAMDA CLI
웹브라우저에서 DAMDA Console을 통한 개발 대신에 CLI(Commend Line Interface) 통해서도 개발할 수 있습니다.
DAMDA CLI 설치하기
$ git clone ssh://[email protected]:2222/damda/damda-cli-typer.git
$ cd damda-cli-typer
(requirements.txt 파이썬 환경 설정)
$ python setup.py install
$ damda --install-completion # [Optional] Install completion for the current shell
Last updated