hexo-cli
Command line interface for Hexo.
Installation
$ npm install hexo-cli -g
Development
- Fork this project
$ git clone https://github.com/user/hexo-cli --recurse-submodules && cd hexo-cli/$ npm install$ npm test
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdhexo-cli |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhexo-cli
WebJar for hexo-cli
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hexo-cli-3.1.0.pom | |
| hexo-cli-3.1.0.jar | 13 KB |
| hexo-cli-3.1.0-sources.jar | 22 bytes |
| hexo-cli-3.1.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/hexo-cli/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>hexo-cli</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/hexo-cli/
implementation 'org.webjars.npm:hexo-cli:3.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/hexo-cli/
implementation ("org.webjars.npm:hexo-cli:3.1.0")
'org.webjars.npm:hexo-cli:jar:3.1.0'
<dependency org="org.webjars.npm" name="hexo-cli" rev="3.1.0">
<artifact name="hexo-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='hexo-cli', version='3.1.0')
)
libraryDependencies += "org.webjars.npm" % "hexo-cli" % "3.1.0"
[org.webjars.npm/hexo-cli "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.webjars.npm : tildify | jar | [2.0.0,3) |
| org.webjars.npm : hexo-log | jar | [1.0.0,2) |
| org.webjars.npm : resolve | jar | [1.11.0,2) |
| org.webjars.npm » command-exists | jar | [1.2.8,2) |
| org.webjars.npm : hexo-util | jar | [1.4.0,2) |
| org.webjars.npm : bluebird | jar | [3.5.5,4) |
| org.webjars.npm : acorn | jar | [7.0.0,8) |
| org.webjars.npm : chalk | jar | [2.4.2,3) |
| org.webjars.npm : abbrev | jar | [1.1.1,2) |
| org.webjars.npm : minimist | jar | [1.2.0,2) |
| org.webjars.npm : hexo-fs | jar | [2.0.0,3) |
Command line interface for Hexo.
$ npm install hexo-cli -g
$ git clone https://github.com/user/hexo-cli --recurse-submodules && cd hexo-cli/$ npm install$ npm test