1.0.8 • Published 3 years ago

@neos21/req-cmd v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@neos21/req-cmd : req-cmd

NPM Version GPR Version

require() API and CLI in one JS.

This npm package is made from one file index.js only.

How to use

require() API

const reqCmd = require('@neos21/req-cmd');

reqCmd();

// -> '@neos21/req-cmd by Neo (@Neos21) https://neos21.net/'

CLI

$ npm install -D @neos21/req-cmd

Add npm-scripts:

{
  "name": "test-project",
  "scripts": {
    "exec": "req-cmd"
  }
}
$ npm run exec

> test-project@0.0.0 exec
> req-cmd

@neos21/req-cmd by Neo (@Neos21) https://neos21.net/

Links

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago