1.1.0 • Published 3 years ago

dada-cli-tools v1.1.0

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

Dada CLI Tools

A set of libraries for making CLI tools. This package was made for my personal purposes, not for usage by a general public, which is why there's very little documentation.

Used in conjunction with dada-cli-create, for quickly bootstrapping new CLI projects.

Included libraries

The items included here were all created as needed while making CLI tools in the past.

NameDescription
argparseParsing command line arguments and displaying usage help
cacheData caching and retrieval
cookiesParsing cookie files for making requests
logMessage logging to stdout and to log files
requestRequesting data over the network
util/errorHelper functions for working with exceptions
util/execSimplified external process execution
util/fsFile and path operations
util/htmlFunctions for processing HTML with Cheerio
util/miscVarious small helper functions that don't fit anywhere else
util/outputPrinting data in various forms (JSON, XML, etc)
util/promisePromise-related helper functions
util/queryURL string manipulation
util/slugString slug generator
util/textText manipulation helper functions
util/vmHelper functions for extracting data from JS script tags
util/xmlXML manipulation functions

To import:

const { resolveTilde } = require('dada-cli-tools/util/fs')
const { outputXML } = require('dada-cli-tools/util/output')
const { loadCookiesLogged } = require('dada-cli-tools/cookies')
const { logError, logInfo } = require('dada-cli-tools/log')

No documentation is available.

Copyright

MIT license.

1.1.0

3 years ago

1.0.14

3 years ago

1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago