Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Updated readme. Added Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Oct 29, 2020
1 parent 0f4fc65 commit 253b754
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## v2.0.2

*19 oct 2020*

- Added fix for Lightning library not being copied over when using `lng dist`-command

## v2.0.1

*14 oct 2020*

- Changed package name from `wpe-lightning-cli` to `@lightningjs/cli` (and published on NPM)
- Updated minimum requirement to Node.js 10
- Support for building apps with new `@lightningjs/sdk` Loghtning-SDK (continued support for legacy `wpe-lightning-sdk`)
- Various smaller updates
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

The Lightning-CLI is the _Command Line Interface_ tool for a seamles Lightning App Development flow.


Install the Lightning-CLI _globally_ on your system

```bash
Expand All @@ -17,6 +16,13 @@ lng <command> [options]

Check out the complete [documentation](https://rdkcentral.github.io/Lightning-CLI/) for more information.

## Feedback, bugs, questions and support

In case you find any _bugs_ or have _feature requests_, feel free to open an [issue](https://github.com/rdkcentral/Lightning-CLI/issues/new) on the GitHub repository.

If you have _questions_ or need _support_ using the Lightning-CLI, then we're happy to
help you out on our [Discourse Forum](https://forum.lightningjs.io/) on [LightningJS.io](http://www.lightningjs.io).

## Contributing

If you want to contribute to the Lightning-CLI, please consider the following:
Expand All @@ -25,3 +31,10 @@ If you want to contribute to the Lightning-CLI, please consider the following:
- the **dev** branch is used for upcoming releases
- all development should be done in dedicated *topic branches* (from latest `dev`-branch)
- please send in your PR against the `dev`-branch

Before you submit your PR, make sure you install the projects dependencies, as this will activate automatic
linting and code formatting in a Git commit hook.

## Changelog

Checkout the changelog [here](./CHANGELOG.md).

0 comments on commit 253b754

Please sign in to comment.