diff --git a/npm/README.md b/npm/README.md index aa828c7..f95bc8f 100644 --- a/npm/README.md +++ b/npm/README.md @@ -29,6 +29,9 @@ $ tmplts -h ``` ## Roadmap + +>📓 Follow the progress of roadmap items at this **[Trello Board](https://trello.com/b/row1fgVz)** + * Add Prettier and its config file. * Add more CLI options, like --version/-v. * Implement checks for existing files in cwd. The tool should not overwrite files, but append to them if they already exist. diff --git a/npm/package.json b/npm/package.json index 415a037..c5288c2 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,7 +1,7 @@ { "name": "@ev-the-dev/tmplts", "author": "ev-the-dev", - "version": "0.0.7", + "version": "0.0.8", "description": "TypeScript Project Configuration Bootstrapper", "license": "Apache-2.0", "bin": {