task-helper
v1.0.6
Published
A sample NPM package with tasktrek dependency
Downloads
3
Maintainers
Readme
@demoniks/task-helper
This is a sample NPM package that includes a dependency on tasktrek
. This package demonstrates a basic setup for publishing a package to npm.
Installation
You can install this package using npm:
npm install @demoniks/task-helper
Usage
Here is an example of how to use this package:
const myPackage = require('@demoniks/task-helper');
myPackage.doSomething();
License
This project is licensed under the MIT License.