0.0.2 • Published 9 months ago

@andern/redis v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

👷🏽 TODO: This project is made with publish-ts, read the docs to learn more.

👷🏽 TODO: Read all the sections marked with "👷🏽 TODO", do them, and remove them from this README.

npm bundle size npm GitHub Workflow Status

// a nice code example here
// would be pretty nice!

import { andernRedis } from '@andern/redis'

console.log(andernRedis().msg)

Contents

Installation

Node:

npm i @andern/redis

Browser / Deno:

import { andernRedis } from 'https://esm.sh/@andern/redis'

👷🏽 TODO: add the most important necessary imports from @andern/redis here.

Usage

👷🏽 TODO: explain in details what @andern/redis does.

// perhaps with some nice code examples.

import { andernRedis } from '@andern/redis'

console.log(andernRedis().msg)

Contribution

You need node, NPM to start and git to start.

# clone the code
git clone git@github.com:loreanvictor/andern-redis.git
# install stuff
npm i

Make sure all checks are successful on your PRs. This includes all tests passing, high code coverage, correct typings and abiding all the linting rules. The code is typed with TypeScript, Jest is used for testing and coverage reports, ESLint and TypeScript ESLint are used for linting. Subsequently, IDE integrations for TypeScript and ESLint would make your life much easier (for example, VSCode supports TypeScript out of the box and has this nice ESLint plugin), but you could also use the following commands:

# run tests
npm test
# check code coverage
npm run coverage
# run linter
npm run lint
# run type checker
npm run typecheck
0.0.2

9 months ago

0.0.1

9 months ago