Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.03 KB

build-readme.md

File metadata and controls

52 lines (38 loc) · 1.03 KB

HexoJS - Customized

because of HexoJS doesnt accept my PR, i bundled my improved version of hexo.

| package name | commit | | :--- | :--- | {% for name, item in commits %} | {{ name }} | {{ item }} | {% endfor %}

Installation by CLI

Installation with command line interface

Production

using npm

{{ npm_prod | safe }}

using yarn

{{ yarn_prod | safe }}

Development

using npm

{{ npm_dev | safe }}

using yarn

{{ yarn_dev | safe }}

Installation by changing resolutions

changing module resolutions can changed whole source of desired package, but only work with yarn. and do not using development mode (branch name) in resolutions, because the integrity will never updated

package.json

{{ resolutions | safe }}

Installation by changing overrides

Since NPM 8.3 the equivalent to yarn resolutions is called overrides.

Documentation: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides

package.json

{{ overrides | safe }}