Skip to content

RyoSogawa/npm-package-boilerplate

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published