0.4.2 • Published 6 years ago

easypage-editor v0.4.2

Weekly downloads
28
License
-
Repository
-
Last release
6 years ago

easypage-editor

1) Starting the Server 2) Generating User Credentials


Starting the Server

$ node . --port 1234 --site path/to/site.json --users path/to/users.json


Generating User Credentials

$ node

const crypto = require('crypto') crypto.createHmac('sha512', 'theUsername').update('thePassword').digest('hex')

0.4.2

6 years ago

0.4.0

6 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago