Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "memo-json", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/piglovesyou/memo-json", |
# memo-json | ||
A memoization decorator caching JSON results to disk. Speed up development applications depending on external resources. | ||
Memoize functions returning JSON by caching results to disk. Useful for applications depending on external resources. | ||
@@ -34,12 +34,2 @@ To install: | ||
## Debug | ||
Debug logs are available when you have `DEBUG` environment. | ||
```bash | ||
DEBUG=memo-json ts-node your-script.ts | ||
# memo-json Cached .memo/xxx-5c9359.json +0ms | ||
``` | ||
## Options | ||
@@ -60,2 +50,12 @@ | ||
## Debug | ||
Debug logs are available when you have `DEBUG` environment. | ||
```bash | ||
DEBUG=memo-json ts-node your-script.ts | ||
# memo-json Cached .memo/xxx-5c9359.json +0ms | ||
``` | ||
Available options: | ||
@@ -66,8 +66,2 @@ | ||
## CLI | ||
```bash | ||
memo clean # Equivalent to `rm -rf .memo` | ||
``` | ||
## License | ||
@@ -74,0 +68,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6277
71