Skip to content

Commit

Permalink
v1.1.0, Use vscode.workspace.fs instead
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascsd committed Aug 25, 2019
1 parent 49387b5 commit aba0b64
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 550 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.1.0]

- Use vscode.workspace.fs instead

## [1.0.1]

- Fix #1: does nothing on MacOS
Expand Down
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@

> A VSCode extension that generates README.md files
![Screenshot](https://github.com/thomascsd/vscode-readme-pattern/blob/master/screenshot.gif)
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/thomascsd.vscode-readme-pattern)
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/thomascsd.vscode-readme-pattern)

![Screenshot](https://raw.githubusercontent.com/thomascsd/vscode-readme-pattern/master/screenshot.gif)

## Features

- Includes 4 readme templates: Bot, Hackathon, Minimal, Standard, based on [The-Documentation-Compendium](https://github.com/kylelobo/The-Documentation-Compendium/tree/master/README%20Templates)
- Includes 4 readme templates: Bot, Hackathon, Minimal, Standard, based on [The-Documentation-Compendium](https://github.com/kylelobo/The-Documentation-Compendium)
- Creates project name by reading package.json

## Release Notes

### 1.0.0

Initial release

---
Loading

0 comments on commit aba0b64

Please sign in to comment.