0.1.4 • Published 3 years ago

@codealpha/util v0.1.4

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

Util

CLI for useful scripts used during a day in the life.

Installation

npm install --save @codealpha/util

bin files added to your project under ./node_modules/.bin/ 1) ca-cli

  • cli program used to call functions provided in ca-fnc 2) ca-fnc
  • functions that can be sourced as needed.

Usage

package.json

  "scripts": {
    "start": "node index.js",
    "ca-cli": "ca-cli",
    "ca-cli":"node_modules/.bin/ca-cli",
    "ca-cli":"node_modules/@codealpha/util/bin/ca-cli",
  }
npm run ca-cli util_ts

bash

    . ./node_modules/.bin/ca-fnc; util_ts
0.1.4

3 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago