This package has been deprecated

Author message:

end of development

hanga

0.1.1 • Public • Published

hanga

npm

Usage

hanga [command]
 
Commands:
  hanga init      Generate config file
  hanga serve     serve
  hanga generate  Generate site and fonts
 
Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Also see the help for each comamnd.

Config

export interface Config {
  // For example, in github pages
  base?: string;
  // Page title
  title: string;
  // Glob pattern for svg icons
  pattern: string;
  // Prefix classname,
  fontname: string;
  // For example, reference to the unpkg.com
  fontpath?: string;
  output: {
    // The destination path for .woff, .woff2 and css files
    font: string;
    // The destination path for generated site
    site: string;
  };
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i hanga

Weekly Downloads

13

Version

0.1.1

License

MIT

Unpacked Size

4.37 MB

Total Files

202

Last publish

Collaborators

  • nju33