verb
HEADS UP! Verb is going though a major transition, we've completely refactored everything from the ground up. If you're interested, please see the dev branch.
파일 탐색기
최종 버전 다운로드 (.zip)- apidocs.md
- conflicts.md
- about.md
- api-config.md
- api-data.md
- api-middleware.md
- api-task.md
- api-template.md
- api.md
- built-in-helpers.md
- cli.md
- collections.md
- config.md
- data.md
- engines.md
- faq.md
- features.md
- getting-started.md
- helper-conflict-resolution.md
- helpers.md
- includes.md
- middleware.md
- options.md
- overview.md
- protected-properties.md
- template-data.md
- using-layouts.md
- variables.md
- verbfile.md
- verbmd.md
- _temp.md
- cli-notice.md
- features.md
- install-verb-cli.md
- overview.md
- verb-md.md
- verbfile.md
- why.md
- example.js
- github.js
- index.js
- linkify.js
- resolve.js
- shield.js
- twitter.js
- apidocs.js
- async.js
- collections.js
- sync.js
- append.js
- assets.js
- conflict.js
- copyright.js
- debug.js
- dest.js
- diff.js
- engine.js
- examples.js
- ext.js
- index.js
- layout.js
- lint-after.js
- lint.js
- matter.js
- multi-toc.js
- props.js
- readme.js
- src.js
- comments.js
- conflicts.js
- dest.js
- format.js
- index.js
- init.js
- lint.js
- reflinks.js
- render.js
- del.js
- get.js
- index.js
- option.js
- set.js
- union.js
- author.js
- cwd.js
- env.js
- files.js
- fork.js
- git.js
- github.js
- ignore.js
- index.js
- keys.js
- missing.js
- paths.js
- pkg.js
- templates.js
- travis.js
- user.js
- username.js
- argv.js
- data.js
- defaults.js
- engines.js
- helpers.js
- index.js
- load.js
- loaders.js
- metadata.js
- middleware.js
- plugins.js
- runner.js
- templates.js
- github_url.js
- index.js
- repository.js
- twitter_url.js
- defaultIgnores.js
- index.js
- init.js
- pkg.json
- stack.js
- api-docs.md
- api-documentation.md
- generate-a-table-of-contents.md
- template-data.md
- using-layouts.md
- verbfile.md
- verbmd.md
- a.js
- a.md
- b.js
- c.js
- package.json
- a.yml
- a.md
- b.md
- a.md
- copyright.js
- multi-toc-options.md
- multi-toc.md
- toc.md
- todo.js
- helpers.md
- README-with-include.md
- README.md
- apidocs-comments.js
- package.json
- helpers.builtin.js
- helpers.collections.js
- helpers.user-defined.js
- includes.js
- middleware.js
- plugin.todos.js
- verb.create.js
- verb.cwd.js
- verb.data.js
- verb.defaults.js
- verb.js
- verb.pkg.js
- verb.render.js
- verb.variables.js
- .editorconfig
- .gitattributes
- .gitignore
- .jshintrc
- .travis.yml
- .verb.md
- CHANGELOG.md
- index.js
- LICENSE
- package.json
- README.md
- verbfile.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/verbose/verb
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd verb
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ npm i verb verb-cli -g
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ npm i verb --save-dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ npm i -d && npm test
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
