UNPKG

miny

Version:

The minimal module generator that generated itself

39 lines (23 loc) 675 B
# <%- name %> <p align="center"> <a href="https://github.com/pablopunk/miny"><img src="https://img.shields.io/badge/made_with-miny-1eced8.svg" /> </a> <a href="https://www.npmjs.com/package/<%- name %>"><img src="https://img.shields.io/npm/dt/<%- name %>.svg" /></a> </p> <p align="center"> <i><%- description %></i> </p> ## Install ```sh npm install <%- name %> ``` ## Usage ```js const <%- name.replace(/-([a-z])/g, function (g) { return g[1].toUpperCase(); }); %> = require('<%- name %>') // use as you like ``` ## License MIT ## Author | ![me](<%- authorImg %>) | | --------------------------------- | | [<%- author %>](<%- website %>) |