Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

potent-cms

pankajanupam2MIT0.0.3

A power full tool to convert handelbar templates to cms managed website.

cms, dynamic, static site generator

readme

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.