An open API service indexing awesome lists of open source software.

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.

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
```