1.0.0 • Published 1 year ago

sarata-task-runner v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Sarata Task Runner

A simple Task Runner implemented with Sarata.js.

Installation

You can install Sarata Task Runner via npm:

npm install sarata-task-runner

Usage

const taskRunner = require('sarata-task-runner');

// Execute default task
taskRunner();

Features

  • Clean: Cleans up files/directories.
  • Lint: Lints files.
  • Build: Builds the project.
  • Test: Runs tests.
  • Deploy: Deploys the project.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

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

1.0.0

1 year ago