hardhat-task-loader
v0.0.1
Published
Automatically loads all Hardhat tasks
Maintainers
Readme
Hardhat Task Loader
A package that automatically loads all Hardhat tasks from the /tasks folder. Supports both ESM and CommonJS projects.
📦 Installation
# npm
npm install hardhat-task-loader
# yarn
yarn add hardhat-task-loaderUsage
Import loadTasks in your Hardhat config file and call it.
import { loadTasks } from "hardhat-task-loader";
loadTasks();📄 License
MIT
