Skip to content

Commit

Permalink
* fixed README.md
Browse files Browse the repository at this point in the history
* version pump to 0.1.8
  • Loading branch information
Martin Hecher committed Feb 22, 2015
1 parent a8f6da5 commit b792d7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ We are happy to discuss new features and enhancements. Feel free to drop us a no

4. Execute 'yo duraark:service $NAME', where $NAME is your service name

5. The directory is populated with the necessary files. See the 'scripts' folder for the development scripts and the 'deployment' folder for scripts to deploy the service with docker.
5. The directory is populated with the necessary files. See the '_devops_' folder for the development and deployment helper scripts. A documentation for those scripts can be found at [microservice-base](https://github.com/DURAARK/microservice-base).

This is the first public version of the CLI. Documentation and functionality will be extended over the next months within the [DURAARK project](http://duraark.eu).
This is an early but usable version of the CLI. Documentation and functionality will be extended over the next months within the [DURAARK project](http://duraark.eu).

Enjoy!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-duraark",
"version": "0.1.7",
"version": "0.1.8",
"description": "CLI for scaffolding develop- and deployment environments for docker-enabled REST microservices.",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit b792d7d

Please sign in to comment.