jakub.szymsza
  • Joined on 2024-08-13

@datagift/helpers (1.0.1)

Published 2025-01-27 09:09:01 +00:00 by jakub.szymsza

Installation

@datagift:registry=
npm install @datagift/helpers@1.0.1
"@datagift/helpers": "1.0.1"

About this package

Data.gift helpers

Helper functions and configuration for the data.gift project.

How-to

Develop the package

One-time configuration

  1. Generate a new Gitea token at least with access to your packages and repositories
  2. Set up your .npmrc file in the root directory of this repo based on .npmrc.example
registry=https://gitea.redpencil.io/api/packages/jakub.szymsza/npm/
//gitea.redpencil.io/api/packages/jakub.szymsza/npm/:_authToken=XXXTOKENXXX
//gitea.redpencil.io/api/packages/npm/:_authToken=XXXTOKENXXX

Developing your changes

  1. Develop your functionality in the ./src directory and export your functions in ./index.mjs
  2. Generate a CommonJS entrypoint npm run rollup
  3. Increment your version number in package.json
  4. Push your changes to the repo
  5. Publish the package npm publish --access public

Reference

For a list of available functions, see ./index.mjs. See the functions' docstrings for more details.

Dependencies

Development Dependencies

ID Version
rollup ^4.30.1
Details
npm
2025-01-27 09:09:01 +00:00
10
MIT
1.9 KiB
Assets (1)
Versions (15) View all
1.0.14 2025-05-12
1.0.13 2025-05-12
1.0.12 2025-05-12
1.0.11 2025-05-05
1.0.10 2025-04-28