-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md.tpl
61 lines (41 loc) · 1.41 KB
/
README.md.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[](https://twitter.com/pownjs)
[](https://www.npmjs.com/package/@pown/encoder)
[](https://github.com/pownjs/lobby)
# Pown Encoder
## Credits
This tool is part of [secapps.com](https://secapps.com) open-source initiative.
```
___ ___ ___ _ ___ ___ ___
/ __| __/ __| /_\ | _ \ _ \/ __|
\__ \ _| (__ / _ \| _/ _/\__ \
|___/___\___/_/ \_\_| |_| |___/
https://secapps.com
```
> **NB**: Pown Encoder is the result of an almost direct copy of SecApps' excellent [Encoder](https://encoder.secapps.com) tool.
## Quickstart
This tool is meant to be used as part of [Pown.js](https://github.com/pownjs/pown) but it can be invoked separately as an independent tool.
Install Pown first as usual:
```sh
$ npm install -g pown@latest
```
Invoke directly from Pown:
```sh
$ pown encoder
```
Otherwise, install this module locally from the root of your project:
```sh
$ npm install @pown/encoder --save
```
Once done, invoke pown cli:
```sh
$ ./node_modules/.bin/pown-cli encoder
```
You can also use the global pown to invoke the tool locally:
```sh
$ POWN_ROOT=. pown encoder
```
## Usage
> **WARNING**: This pown command is currently under development and as a result will be subject to breaking changes.
```
pown encoder
```