Anatoly-Semenov / npm-requests-boilerplate

Boilerplate for node.js (TS) package with api requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@npm-requests-package

image info

Install

To install a package in your project, you need to add an entry to the dependencies object in your package.json file

"@npm-requests": "npm-requests"

Usage

All file types in the root package

import { AnyService } from "npm-requests"

const anyService = new AnyService(ctx)

About

Boilerplate for node.js (TS) package with api requests

License:MIT License


Languages

Language:TypeScript 69.0%Language:JavaScript 31.0%