template
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
# <%- name %> [ %>.svg)](https://travis-ci.com/<%- repo.replace('https://github.com/', '') %>) [ %>.svg)](https://codecov.io/gh/<%- repo.replace('https://github.com/', '') %>) [](https://github.com/sindresorhus/xo) [](https://github.com/prettier/prettier) [](https://lass.js.org) [ %>.svg)](LICENSE) <% if (public) { %>[](https://npm.im/<%= name %>)<% } %> > <%- description %> ## Table of Contents ## Install [npm][]: ```sh npm install <%- name %> ``` [yarn][]: ```sh yarn add <%- name %> ``` ## Usage ```js const <%- this.uppercamelcase(name) %> = require('<%- name %>'); const <%- this.camelcase(name) %> = new <%- this.uppercamelcase(name)%>(); console.log(<%- this.camelcase(name) %>.renderName()); // script ``` ## Contributors ## License ## [npm]: https://www.npmjs.com/ [yarn]: https://yarnpkg.com/