lukeed / lukeed/taskr

Extract `@taskr/utils`?

Open
#286 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

discuss
Dominant language
JavaScript
Stars
2.5k
Forks
72
PR merge metrics
No merged PRs in 30d

Description

I'm sure if Taskr would benefit from exposing some of its tools directly.

The benefits would be that plugins could import/share some of the core Taskr helpers. Even though the [core utilities](https://github.com/lukeed/taskr/tree/master/packages/taskr#utilities) are exposed right now, we have a set of [internal helpers](https://github.com/lukeed/taskr/blob/master/packages/taskr/lib/fn.js) that could be part of this module too.

If this happens, the utilities would all be within the `@taskr/utils` package name.

Need your help deciding what I should do:

[![](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Core%20Utilities%20only)](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Core%20Utilities%20only/vote)
[![](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Internal%20Helpers%20only)](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Internal%20Helpers%20only/vote)
[![](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Expose%20BOTH)](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Expose%20BOTH/vote)
[![](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Don't.%20No%20need)](https://m131jyck4m.execute-api.us-west-2.amazonaws.com/prod/poll/01BMAYEAZ59VGX7R6BQ98XR8FB/Don't.%20No%20need/vote)

Comments welcome. Thanks! 😄

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the core utilities documented in packages/taskr and the internal helpers in packages/taskr/lib/fn.js. The issue does not define which utilities to expose or provide a test or implementation entry point; the work is complete only after the package scope and exported helper set are decided.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.