frintjs / frintjs/frint

Export version number from package

Open
#264 2 comments 1 reaction 0 assignees View on GitHub
help wanted
Dominant language
JavaScript
Stars
756
Forks
33
PR merge metrics
No merged PRs in 30d

Description

Something like this:

```js
const Frint = require('frint');
console.log(Frint.version); // 2.2.0
```

That way, we can know while debugging in the browser what version we are dealing with quickly.

(I currently have no idea how this can be done)

Contributor guide

Open the contributing guide

Research direction

Start by tracing the package's public entry point and how its version is defined in the package metadata. The change is done when consumers can read the installed version through Frint.version as shown in the issue, with existing package checks still passing.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
developer-experience
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.