0.0.0-b • Published 10 months ago
frogagu v0.0.0-b
agu
A node toolkits (only for nodejs), required node>=16.0.0+
:( Just a private toolkits for @froguard. Personal use, Don't use in productiont of your projects
:) Xiaokui's virtual good friend, Agu Wang
Install
npm i -g frogagu
Usage
cli(bin-scripts)
use in cli
frogagu pre-git-commit
frogagu pre-git-push
frogagu no-npm-publish
frogagu auto-test ./src/abc/index.ts
or use in package.json
{
"scripts": {
"agu": "frogagu",
"agu:autojest": "frogagu auto-test ./src/abc/index.ts",
"agu:pregitcommit": "frogagu pre-git-commit",
"agu:pregitpush": "frogagu pre-git-push",
"prepublishOnly": "frogagu no-npm-publish"
}
}
ts/es
import agu from '@froguard/agu';
commonjs
const agu = require('@froguard/agu');
others
// all in one
import agu from 'frogagu';
// usual types
import type { EmptyArray, EmptyObject, AnyFunc, JSONValue } from 'frogagu/com-types';
// utils
import aguUtils from 'frogagu/utils';
// seprated
import { isExistedSync, readFileSafeSync, writeFileSafeSync } from 'frogagu/utils/file-tool';
//...
others sub path list:
- frogagu/package.json
- frogagu
- frogagu/com-types
- frogagu/composites
- frogagu/consts
- frogagu/scripts
- frogagu/utils
- frogagu/composites/barrel-export
- frogagu/composites/root-config
- frogagu/scripts/format-package-json
- frogagu/scripts/pre-git
- frogagu/utils/async-tool
- frogagu/utils/cli-tool
- frogagu/utils/code-tool
- frogagu/utils/console-tool
- frogagu/utils/csv-tool
- frogagu/utils/date-tool
- frogagu/utils/file-tool
- frogagu/utils/func-tool
- frogagu/utils/git-tool
- frogagu/utils/list-tool
- frogagu/utils/net-tool
- frogagu/utils/num-tool
- frogagu/utils/obj-tool
- frogagu/utils/os-tool
- frogagu/utils/rand-tool
- frogagu/utils/str-tool
- frogagu/utils/test-tool
- frogagu/utils/tpl-tool
- frogagu/utils/type-tool
- frogagu/utils/rc-tool
0.0.0-b
10 months ago
0.0.0-a
11 months ago
0.0.0-omega
11 months ago
0.0.0-chi
11 months ago
0.0.0-psi
11 months ago
0.0.0-upsilon
12 months ago
0.0.0-phi
12 months ago
0.0.0-sigma
1 year ago
0.0.0-xi
1 year ago
0.0.0-rho
1 year ago
0.0.0-pi
1 year ago
0.0.0-omicron
1 year ago
0.0.0-tau
12 months ago
0.0.0-mu
1 year ago
0.0.0-nu
1 year ago
0.0.0-lambda
1 year ago
0.0.0-kappa
1 year ago
0.0.0-iota
1 year ago
0.0.0-delta
1 year ago
0.0.0-eta
1 year ago
0.0.0-epsilon
1 year ago
0.0.0-gamma
1 year ago
0.0.0-theta
1 year ago
0.0.0-zeta
1 year ago
0.0.0-beta
1 year ago
0.0.0-alpha
1 year ago