generator-hexo

The Yeoman generator for Hexo.

Usage no npm install needed!

<script type="module">
  import generatorHexo from 'https://cdn.skypack.dev/generator-hexo';
</script>

README

generator-hexo

npm

The Yeoman generator for Hexo.

Installation

First and foremost, you must have Node.js and npm installed. If you don't have Node.js installed, please download and install the latest version.

You must also install Yeoman, if you don't have it installed already. To install Yeoman, you can run this command:

npm i -g yo

or

yarn global add yo

With Node.js and Yeoman installed, you can run this command:

npm i -g generator-hexo

or

yarn global add generator-hexo

Usage

The Yeoman generator currently supports the following commands:

$ yo hexo

License

MIT