1.0.8 • Published 5 years ago

@neos21/req-cmd v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago