An open API service indexing awesome lists of open source software.

https://github.com/yuchi/liferay-connector-examples

Proofs of Concept of the capabilities of Liferay Connector, powered by EcmaScript 6
https://github.com/yuchi/liferay-connector-examples

Last synced: 11 months ago
JSON representation

Proofs of Concept of the capabilities of Liferay Connector, powered by EcmaScript 6

Awesome Lists containing this project

README

          

Liferay Connector Examples
==========================

> Proofs of Concept of the capabilities of [Liferay Connector][lc], powered by [EcmaScript 6][6to5].

### Installation

git clone https://github.com/yuchi/liferay-connector-examples
cd liferay-connector-examples
npm install

## Liferay Forums CLI

> A simple Command Line Interface for Liferay Message Boards.

- [Read the code](forums.es6)
- Run with `npm run forums`
- Run with options with `./forums.es6` if you installed [6to5][6to5] globally

Available options:

```
--host The Liferay portal to connect to
--login Username, email or userId
--password The password to use
```

[lc]: https://github.com/smclab/liferay-connector
[6to5]: https://6to5.github.io/

## License

This library, *liferay-connector-examples*, is free software ("Licensed
Software"); you can redistribute it and/or modify it under the terms of the [GNU
Lesser General Public License](http://www.gnu.org/licenses/lgpl-2.1.html) as
published by the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY,
NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
Public License for more details.

You should have received a copy of the [GNU Lesser General Public
License](http://www.gnu.org/licenses/lgpl-2.1.html) along with this library; if
not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
Floor, Boston, MA 02110-1301 USA