@credsimple/run-scripts

1.13.2 • Public • Published

run-scripts

npm version Codefresh build status

A collection of runjs scripts. This repo was initially a fork of @jmorganson/run-scripts.

According to @jmorganson, this is why we are using run-scripts: https://hackernoon.com/simple-build-tools-npm-scripts-vs-makefile-vs-runjs-31e578278162

This repo is used in production for the following projects:

Usage

In the JS/TS repo where you want to include these run-scripts:

  1. Install
npm i -D runjs @credsimple/run-scripts
  1. Commit changes to package.json, runfile.js, and tsconfig.json

  2. Run with either npm or run scripts Like this:

run test

Or this works like normal:

npm test

Publishing

The repo will be published by a pipeline when a PR is merged into master. The PR build will always check that the version in package.json doesn't already exist in the npm registry, so no reason to worry there. If you are curious what the pipelines do, check the codefresh directory for their definitions.

/@credsimple/run-scripts/

    Package Sidebar

    Install

    npm i @credsimple/run-scripts

    Weekly Downloads

    27

    Version

    1.13.2

    License

    ISC

    Unpacked Size

    9.58 kB

    Total Files

    12

    Last publish

    Collaborators

    • plytro