PunchCMS Client is a client library for the PunchCMS centralised content management system. This library is used in websites that are powered by PunchCMS in order to read data from and to the
You're free to download the source and get started but we highly recommend that you use Composer to install PunchCMS Client. Add the following to your project's composer.json
file:
{
"require": {
"neverwoods/punchcms-client": "~3"
}
}
By using the tilde you'll automatically install bug fixes and new features. See Composer documentation for details.
Make sure you've installed the node package using npm
:
$ npm install
Generate the changelog:
$ chmod +x ./write-changelog.js
$ ./write-changelog.js
We can keep this short -- there is none. Since this is a 'privately used gone public' project, we're not yet writing docs for it. In the future we will be releasing some getting started tutorials in combination with the PunchCMS manager but don't hold your breath.
Felix & Robin