0.6.0 • Published 2 years ago

glentils v0.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.5.1

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago