1.1.2 • Published 2 months ago

@bornerecharge/advenir-ts-client v1.1.2

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

typescript-npm-package-template

Template to kickstart creating a Node.js module using TypeScript and VSCode

Inspired by node-module-boilerplate

Features

Getting started

Add NPM Token

Add your npm token to your GitHub repository secrets as NPM_TOKEN.

Remove everything from here and above


advenir-ts-client

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

A client to send EV charging sessions to the French organization Advenir

Install

npm install @bornerecharge/advenir-ts-client

Usage

import { myPackage } from 'my-package-name';

myPackage('hello');
//=> 'hello from my package'

API

myPackage(input, options?)

input

Type: string

Lorem ipsum.

options

Type: object

postfix

Type: string Default: rainbows

Lorem ipsum.

1.1.1

2 months ago

1.1.0

2 months ago

1.1.2

2 months ago

1.0.0

3 months ago