skerit / node-skeleton

A skeleton for node.js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-skeleton


👷🏼 Eleven Ways' node.js package skeleton.
Coded with ❤️ by Eleven Ways.

Introduction

This repository contains a skeleton that I use when I publish my npm packages.

Install

npm install node-skeleton

Usage

var Skeleton = require('node-skeleton');

API

hello() ⇒ string

A method that makes you happy.

Returns: string - A string that greets the world.

Contributing

Contributions are REALLY welcome. Please check the contributing guidelines for more details. Thanks!

Authors

See also the list of contributors who participated in this project.

node-skeleton is developed at Eleven Ways, a team of IAAP Certified Accessibility Specialists.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A skeleton for node.js projects

License:MIT License


Languages

Language:JavaScript 100.0%