Octicons helper for HTML.
<link type="text/css" rel="stylesheet" href="octicons-html/dist/octicons-html.css">
<script src="octicons-html/dist/octicons-html.min.js"></script>Link directly from unpkg
<link type="text/css" rel="stylesheet" href="https://unpkg.com/octicons-html@1/dist/octicons-html.css">
<script src="https://unpkg.com/octicons-html@1/dist/octicons-html.min.js"></script>Icons will be automatically converted to SVG. Full list of available icons you can find here - https://octicons.github.com/
<span data-octicon="alert"></span>- Run
npm installin the command line. Or if you need to update some dependencies, runnpm update
npm run buildto run build
npm run js-lintto show eslint errorsnpm run js-lint-fixto automatically fix some of the eslint errors