RyoSogawa / npm-package-boilerplate

npm package boilerplate with typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm-package-boilerplate

A simple boilerplate for npm package with TypeScript.

Dependencies

  • Node.js 16.13.0
  • TypeScript 4.5.4
  • eslint
    • config-airbnb-base
  • prettier
  • vitest

Getting started

Installation

Clone this repository:

git clone git@github.com:RyoSogawa/npm-package-boilerplate.git

Open the directory and npm install:

cd npm-package-boilerplate
yarn

(Optional) Remove boilerplate data and commit:

rm -rf .git && git init && git add . && git commit -m "Initial commit"

Reference

https://github.com/hebertcisco/ts-npm-package-boilerplate

Template

MIT License code style: prettier

Installation

Install from npm:

# Using npm
npm install <PACKAGE_NAME>

# Using Yarn
yarn add <PACKAGE_NAME>

Usage

Configuration

Contribution

Please feel free to open an issue or make a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

About

npm package boilerplate with typescript

License:MIT License


Languages

Language:JavaScript 88.5%Language:TypeScript 8.3%Language:Shell 3.3%