Giter Club home page Giter Club logo

ts-lib-template's Introduction

ts-lib-template

A hassle-free TS library template.

NPM version NPM downloads Build Status

Quick Start

  1. Click "Use this template" at this repository.
  2. Rename all ts-lib-template to your package name.
  3. Commands:
npm run bootstrap   # install dependencies
npm run clean       # clean dependencies
npm run dev         # development both cjs and esm output
npm run build       # build both cjs and esm
npm run lint        # lint code
npm run lint:fix    # fix all code lint errors
npm run test        # run all tests
npm run cov         # run all tests and generate coverage report
npm run release     # release this package

Features

  • TypeScript by default.
  • Output both cjs and esm.
  • Unit test with jest.
  • Format code with eslint.
  • Fix and format code on each commit.
  • Leverage quick-publish for release flow.

License

MIT © ULIVZ

ts-lib-template's People

Contributors

ulivz avatar

Stargazers

Asuka109 avatar Hung Hoang avatar xy avatar Roman avatar  avatar laden avatar Hoang Phan avatar

Watchers

 avatar  avatar

ts-lib-template's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.