RapydScript
Python-inspired, decluttered JavaScript
파일 탐색기
최종 버전 다운로드 (.zip)- rapydscript
- asteroid.png
- ship1.png
- ship2.png
- asteroids.js
- index.html
- asteroids.pyj
- build
- game_controller.pyj
- game_model.pyj
- preview.png
- README.md
- flare.json
- index.html
- treemap.css
- treemap.js
- build
- index.pyml
- README.md
- treemap.pyj
- treemap.sass
- .DS_Store
- CHANGELOG.html
- demo1.html
- demo2.html
- farbtastic.css
- farbtastic.js
- LICENSE.txt
- marker.png
- mask.png
- README.html
- wheel.png
- brush.png
- bucket.png
- colorselect.png
- ellipse.png
- eraser.png
- lasso.png
- line.png
- paint.css
- paint.html
- paint.js
- rectangle.png
- sampler.png
- select.png
- stdlib.js
- text.png
- transparent.png
- build
- Drawing.pyj
- paint.pyj
- paint.pyml
- paint.sass
- preview.png
- README.md
- rapydray.html
- rapydray.js
- build
- rapydray.pyj
- rapydray.pyml
- README.md
- logo.png
- stocks.css
- stocks.html
- stocks.js
- build
- preview.png
- README.md
- stocks.pyj
- stocks.pyml
- stocks.sass
- baselib.js
- compile.js
- rapydscript.js
- rapydscript_web.js
- self.js
- test.js
- utils.js
- __init__.pyj
- binary_safety.pyj
- equality.pyj
- dev.pyj
- math.pyj
- mechanic.pyj
- operator.pyj
- random.pyj
- re.pyj
- stdlib.pyj
- stdlib2.pyj
- unittest.pyj
- yql.pyj
- ast.pyj
- baselib.pyj
- compile.pyj
- output.pyj
- parser.pyj
- rapydscript.pyj
- self.pyj
- stream.pyj
- test.pyj
- tokenizer.pyj
- utils.pyj
- __init__.pyj
- bar.pyj
- nested_mod.pyj
- __init__.pyj
- sub.pyj
- _import_one.pyj
- classes.pyj
- collections.pyj
- decorators.pyj
- docstrings.pyj
- equality.pyj
- errors.pyj
- features_es6.pyj
- functions.pyj
- generic.pyj
- imports.pyj
- imports_with.pyj
- kwargs.pyj
- loops.pyj
- math_lib.pyj
- random_lib.pyj
- re_lib.pyj
- repl.pyj
- reserved.pyj
- type.pyj
- xobject_es6.pyj
- basic.pyj
- binding.pyj
- equality.pyj
- in.pyj
- kwargs.pyj
- len.pyj
- loops.pyj
- native.pyj
- native_conditionals.pyj
- native_creation.pyj
- native_type_detection.pyj
- op_overload.pyj
- packing.pyj
- preallocation.pyj
- index.html
- tests.pyj.old
- collections.pyj
- server.pyj
- cli.js
- lint.js
- repl.js
- .gitignore
- .travis.yml
- build
- CONTRIBUTORS
- LICENSE
- package.json
- README.md
- test.html
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/atsepkov/RapydScript
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd RapydScript
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install rapydscript -g
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install rapydscript
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm link .
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
