1.36.2 • Published 5 months ago

@solomon-ai/client-node-sdk v1.36.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

Set up your repository

Click the "Use this template" button.

Alternatively, create a new directory and then run:

curl -fsSL https://github.com/ryansonshine/typescript-npm-package-template/archive/main.tar.gz | tar -xz --strip-components=1

Replace FULL_NAME, GITHUB_USER, and REPO_NAME in the script below with your own details to personalize your new package:

FULL_NAME="John Smith"
GITHUB_USER="johnsmith"
REPO_NAME="my-cool-package"
sed -i.mybak "s/\([\/\"]\)(ryansonshine)/$GITHUB_USER/g; s/typescript-npm-package-template\|my-package-name/$REPO_NAME/g; s/Ryan Sonshine/$FULL_NAME/g" package.json package-lock.json README.md
rm *.mybak

Add NPM Token

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

Add Codecov integration

Enable the Codecov GitHub App here.

Remove everything from here and above


my-package-name

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

My awesome module

Install

npm install my-package-name

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.36.2

5 months ago

1.36.1

5 months ago

1.36.0

5 months ago

1.35.0

5 months ago

1.34.1

5 months ago

1.34.0

5 months ago

1.33.0

5 months ago

1.32.0

6 months ago

1.31.1

6 months ago

1.31.0

6 months ago

1.30.0

6 months ago

1.29.0

6 months ago

1.28.0

6 months ago

1.27.0

6 months ago

1.26.0

6 months ago

1.25.0

6 months ago

1.24.0

6 months ago

1.23.0

6 months ago

1.22.2

6 months ago

1.22.1

6 months ago

1.22.0

6 months ago

1.21.0

6 months ago

1.20.0

6 months ago

1.19.0

6 months ago

1.18.0

6 months ago

1.17.0

6 months ago

1.16.0

6 months ago

1.15.0

6 months ago

1.14.2

6 months ago

1.14.1

6 months ago

1.14.0

6 months ago

1.13.25

7 months ago

1.13.24

7 months ago

1.13.23

7 months ago

1.13.22

7 months ago

1.13.21

7 months ago

1.13.20

7 months ago

1.13.19

7 months ago

1.13.18

7 months ago

1.13.17

7 months ago

1.13.16

7 months ago

1.13.15

7 months ago

1.13.14

7 months ago

1.13.13

7 months ago

1.13.12

7 months ago

1.13.11

7 months ago

1.13.10

7 months ago

1.13.9

7 months ago

1.10.0

12 months ago