Skip to content

For those of you who wanted to create a quick, simple npm package in Javascript.

Notifications You must be signed in to change notification settings

briwa/js-jest-pkg-starter

Repository files navigation

js-jest-pkg-starter

npm Build Status Coverage Status Snyk Vulnerabilities for GitHub Repo

For those of you who wanted to create a quick, simple npm package in Javascript.

What's included in this starter pack:

  • Javascript (Babel)
  • Jest
  • Travis CI
  • Coveralls
  • A very opinionated linting rule standard, feel free to change/remove this under .eslintrc.js to suit your own linting rules

Getting started

  • Clone this repo
  • Write your own code and modify as needed
  • ???
  • Profit!

Running tests

npm run test # Without coverage
npm run test -- --coverage # With coverage

Build

npm run build # For production, outputs to ES5

About

For those of you who wanted to create a quick, simple npm package in Javascript.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published