Skip to content

All our collabs to packages registry, using a monorepo

License

Notifications You must be signed in to change notification settings

42devs/packages_library

Repository files navigation

42devs's Packages Registry

[[toc]]

All our collabs to packages registry, using a monorepo

Installing Packages

# using pnpm (recommended)
pnpm install  @42devs/[package name]@[version?]

# using yarn (deprecated, but some people are still using it :shrug:)
yarn install @42devs/[package name]@[version?]

# using npm
npm install @42devs/[package name]@[version?]

remember to add --save-dev or -D if you need to use them on devDependencies

Packages Available

Fetch - an native fetch wrapper

@42devs/fetch

This is for people who gonna miss axios, or a better solution to handle the request errors, with no extra packages!!!, check the readme on fetch

Transbank SDK

@42devs/transbank-sdk

Yet another way to use the transbank sdk on nodejs, is a big WIP right now but we have roadmap now! and a couple of collaborators!