... | ... | @@ -37,7 +37,7 @@ |
|
|
|
|
|
프로젝트는 플러그인 자체를 복사해서 붙여넣음
|
|
|
|
|
|
`$ cordova plugin add git+ssh://git@github.com:<group|user>/<repo>#<branch>`
|
|
|
`$ ionic cordova plugin add git+ssh://git@github.com:<group|user>/<repo>#<branch>`
|
|
|
>>>
|
|
|
|
|
|
**Node Module 빌드 후 깃허브에 올리기**
|
... | ... | @@ -96,7 +96,7 @@ |
|
|
|
|
|
**프로젝트에 만든 Plugin 사용하기**
|
|
|
>>>
|
|
|
`$ cordova plugin add git+ssh://git@github.com:<group|user>/<repo>#<branch>`
|
|
|
`$ ionic cordova plugin add git+ssh://git@github.com:<group|user>/<repo>#<branch>`
|
|
|
|
|
|
`$ npm install git+ssh://git@github.com:<group|user>/<repo>#<branch>`
|
|
|
>>>
|
... | ... | |