Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Also updated readme to provide an overview of what's done and what
isn't.
  • Loading branch information
fcamarlinghi committed Nov 3, 2018
1 parent cd38764 commit 19924ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cepy",
"version": "0.1.1",
"version": "0.2.0",
"author": {
"name": "Francesco Camarlinghi",
"email": "me@minifloppy.it",
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ This is an attempt to build a tool with all the capabilities of [grunt-cep](http
The project is in its early days. Most of the features of *grunt-cep* are already ported over, but might still be unstable/not completely working.

Next steps:
* Continue to experiment with the concept of "build" as the backbone of the tool.
* Consider which config settings might be moved out of the config file to provide more flexibility from command line and code.
* Improve command line/NodeJS APIs.
* Add more commands (such as *create* for project scaffolding).
* Add support for using minimum product versions in manifest/mxi files (see [this post](http://www.davidebarranca.com/2016/06/html-panel-tips-21-photoshop-cc2015-5-2016-survival-guide/)).
* Better console output and error reporting (especially when using the tool programmatically).
* Rework hybrid extensions support.
- [ ] Continue to experiment with the concept of "build" as the backbone of the tool.
- [ ] Consider which config settings might be moved out of the config file to provide more flexibility from command line and code.
- [ ] Improve command line/NodeJS APIs.
- [ ] Add more commands (such as *create* for project scaffolding).
- [x] Add support for using minimum product versions in manifest/mxi files (see [this post](http://www.davidebarranca.com/2016/06/html-panel-tips-21-photoshop-cc2015-5-2016-survival-guide/)).
- [x] Better console output and error reporting (especially when using the tool programmatically).
- [x] Rework hybrid extensions support.

## Usage Example
Config file:
Expand Down

0 comments on commit 19924ff

Please sign in to comment.