Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamescg/module-boilerplate
NPM Module Package Template
https://github.com/kamescg/module-boilerplate
boilerplate module npm
Last synced: about 2 months ago
JSON representation
NPM Module Package Template
- Host: GitHub
- URL: https://github.com/kamescg/module-boilerplate
- Owner: kamescg
- License: mit
- Created: 2019-09-18T22:18:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:45:35.000Z (about 2 years ago)
- Last Synced: 2023-03-05T09:35:51.871Z (almost 2 years ago)
- Topics: boilerplate, module, npm
- Language: JavaScript
- Size: 961 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# module-boilerplate
[![build status](https://img.shields.io/travis/com/KamesCG/module-boilerplate.svg)](https://travis-ci.com/KamesCG/module-boilerplate)
[![code coverage](https://img.shields.io/codecov/c/github/KamesCG/module-boilerplate.svg)](https://codecov.io/gh/KamesCG/module-boilerplate)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/KamesCG/module-boilerplate.svg)](LICENSE)
[![npm downloads](https://img.shields.io/npm/dt/module-boilerplate.svg)](https://npm.im/module-boilerplate)> NPM Module Boilerplate
## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)## Install
[npm][]:
```sh
npm install module-boilerplate
```[yarn][]:
```sh
yarn add module-boilerplate
```## Usage
```js
const ModuleBoilerplate = require('module-boilerplate');const moduleBoilerplate = new ModuleBoilerplate();
console.log(moduleBoilerplate.renderName());
// script
```## Contributors
| Name | Website |
| --------- | ------------------------- |
| **Kames** | |## License
[MIT](LICENSE) © [Kames](https://www.kamescg.com)
##
[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/