0.1.21 • Published 7 years ago

cmsless v0.1.21

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Logo

Manage your files as GitHub gists and load it to your website.

Motivation

  1. Do not spend time on installing or developing CMS
  2. Let other people build content for you
  3. Support versioning
  4. Give a chance to fork and modify the content

Install

npm install cmsless

Usage

var cmsless = require("cmsless");

var config = {
  github: {
    username: "YOUR_GIRHUB_LOGIN",
    password: "YOUR_GIRHUB_PASSWORD"
  },
  gists: [
    {
      id: 'e60da16a8a16bfa47c1481e2f1a016e8',
      files: ["keybase.md > html"]
    }, {
      id: 'a0500709967a32f5daaa1c3258f8a486',
      files: ["CheckRole.php"]
    }
  ]
};

cmsless(config).load(function(err, result){
  console.log(result);
  //update your database and use it for your website
});
0.1.21

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago