0.6.0 • Published 3 years ago

glentils v0.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Glentils

Server utilities by Glen Burchfield.

Command Line Interfaces

Requirements

  • File named with INTERFACE_NAME created in ./bin and start with:
    #!/usr/bin/env node
    require = require('esm')(module);
    require('../src/cli/index.js').[ INTERFACE_NAME ]
  • Interface function defined and exported in file named ./src/cli/[ INTERFACE_NAME ].js
  • Export Interface function from ./src/cli/index.js
0.6.0

3 years ago

0.5.1

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago