0.0.3 • Published 5 years ago

potent-cms v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

potent

Potent is a javascript library which convert handelbar templates to fully backend managed website. Not a single line code required for backend. Just feed the handelbar layout, template and component to potent and potent create admin interface for you website.

How to install

npm -i potent-cms

Configuration

import potent from 'potent-cms'

potent(HOST,PORT,THEME_PATH);

HOST: hostname to run server. Default is localhost PORT: Default Port is 3000 THEME_PATH: Absolute path of template folder which should containt hbs files

License

See the LICENSE file.

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago