promise-heaven
v1.0.1
Published

Readme

Promise Heaven
Additional information or tagline
Ready made callbacks that make it easy to work with promises when having the deal with callbacks;
Installing / Getting started
npm install promise-heavenThis will install the module into your node project
Developing
To start Developing clone the repo and review the test cases. This is the easiest way to see how to start contributing.
Building
npm run compileThis will convert the typescript into actual javascript code.
Features
This project allows you to use callbacks that are single item returns, multi-item returns or the classic node err, item callback.
Argument 1
Type: String
Default: 'default value'
State what an argument does and how you can use it. If needed, you can provide an example below.
Example:
awesome-project "Some other value" # Prints "You're nailing this readme!"Argument 2
Type: Number|Boolean
Default: 100
Copy-paste as many of these as you need.
Contributing
When you publish something open source, one of the greatest motivations is that anyone can just jump in and start contributing to your project.
These paragraphs are meant to welcome those kind souls to feel that they are needed. You should state something like:
"If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome."
If there's anything else the developer needs to know (e.g. the code style
guide), you should link it here. If there's a lot of things to take into
consideration, it is common to separate this section to its own file called
CONTRIBUTING.md (or similar). If so, you should say that it exists here.
Licensing
One really important part: Give your project a proper license. Here you should state what the license is and how to find the text version of the license. Something like:
"The code in this project is licensed under MIT license."
