chore(deps): bump lodash from 4.17.23 to 4.18.1 (#348)
Bumps lodash from 4.17.23 to 4.18.1.
updated-dependencies:
- dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Cordova Coho
This repository has the following purposes:
coho create-archive && coho verify-archivecoho repo-clonecoho --helpNode.js is a pre-requisite:
Easiest way on OS X & Linux: https://github.com/creationix/nvm
Easiest way on Windows: http://nodejs.org/
Installation
Via
npmOn Mac OS X / Linux, if you didn’t use a node version manager like
nvmorn, you might have to run the command usingsudo.Alternately, you could also clone & use
cohoOr you can just call coho directly in your clone:
Cloning/Updating Cordova repositories
repo-updatewill clone a repo if it is missing – if it exists, it updates it.The
allrepo id will clone all Apache Cordova repositories into the current working directory.Docs
or if you know the command:
For example:
To see valid repo ids and repo group ids for use with Coho, use the
list-reposcommand:Note about global context
By default
cohois executed in the parent of where it is installed or checked out (since coho was originally designed for use in another context where this was needed). To work in a global context, meaning the current folder where you are executingcoho, most commands require you to use the-gor--globalflag. To make this more obvious, all commands first output their current working directory:Running from ....Contributing
Cordova is an open source Apache project and contributors are needed to keep this project moving forward. Learn more on how to contribute on our website.