0.0.0-b • Published 8 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
8 months ago
0.0.0-a
8 months ago
0.0.0-omega
8 months ago
0.0.0-chi
8 months ago
0.0.0-psi
8 months ago
0.0.0-upsilon
10 months ago
0.0.0-phi
9 months ago
0.0.0-sigma
10 months ago
0.0.0-xi
10 months ago
0.0.0-rho
10 months ago
0.0.0-pi
10 months ago
0.0.0-omicron
10 months ago
0.0.0-tau
10 months ago
0.0.0-mu
10 months ago
0.0.0-nu
10 months ago
0.0.0-lambda
10 months ago
0.0.0-kappa
10 months ago
0.0.0-iota
10 months ago
0.0.0-delta
10 months ago
0.0.0-eta
10 months ago
0.0.0-epsilon
10 months ago
0.0.0-gamma
10 months ago
0.0.0-theta
10 months ago
0.0.0-zeta
10 months ago
0.0.0-beta
10 months ago
0.0.0-alpha
10 months ago