npm install 시 의존성 해결, 다중 디렉토리 변환 지원 추가, 컨트리뷰터 리스트 추가#1
Open
creatorKoo wants to merge 3 commits into
Open
Conversation
added 3 commits
September 18, 2016 14:42
package.json에 dependencies 추가 함 내용은 내부에서 사용되는 optimist 라이브러리
for example for -d option: "node nfd2nfc.js -d ./a -d ./b -d ./c" convert filename in a, b, c directories change package.json because of contirubor name
add multiple directories support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개인적으로 사용하기 위해서, 다중 디렉토리 변환 지원을 추가하였습니다.
관련된 사항은 readme에도 반영이 되어 있습니다.
사용하기 위해서는 이 깃을 클론받고, npm install 한번 쳐주고, 쓰면 됩니다.
나중에 다듬으셔도 됩니다. 저만 쓰기 아까워서 풀 리퀘스트 날립니다.
문의사항이 있으시면, 문의바랍니다.