1.1.1 • Published 7 years ago
@player1os/js-npm-package-support v1.1.1
JS NPM Package Support
A set of common utilities and scripts to be used in the development of NPM package projects written in Javascript.
This project provides the following development assets:
lib/test.js
- a script that is intended as the project's test task script:1. Execute the *eslint* linter, by running: ``` eslint . ``` 1. Determine whether the current project contains any tests, by verifying the existence of the `./test` directory. 1. If the current project is found to contain tests, execute the *jest* test runner, by running: ``` jest ```
This project inherits development assets from the following projects: