https://github.com/piperliu/easy-cipher-mate
A library and CLI tool providing easy-to-use encryption capabilities for Node.js and browser environments.
https://github.com/piperliu/easy-cipher-mate
Last synced: 5 months ago
JSON representation
A library and CLI tool providing easy-to-use encryption capabilities for Node.js and browser environments.
- Host: GitHub
- URL: https://github.com/piperliu/easy-cipher-mate
- Owner: PiperLiu
- License: mit
- Created: 2025-02-09T12:46:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T15:28:50.000Z (about 1 year ago)
- Last Synced: 2025-10-19T15:41:26.433Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-dev.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-cipher-mate
### Dev
```bash
# init env
npm install
# test
npm run test
# build locally
npm run build
# link local package to global
npm link
# test command
easy-cipher-mate --help
```
### Publish to npm
```bash
npm adduser
npm login
npm version
npm publish
```