task-helper
v1.0.6
Published
A sample NPM package with tasktrek dependency
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-helperUsage
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.
