Skip to content

Commit 7fce36c

Browse files
committed
license
1 parent 17cd7df commit 7fce36c

File tree

4 files changed

+45
-50
lines changed

4 files changed

+45
-50
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
All notable changes to the "md2urdu" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file, and this project adheres to [Semantic Versioning](https://semver.org/).
66

77
## [Unreleased]
88

9-
- Initial release
9+
## [1.0.0] - 2019-09-01
10+
### Added
11+
- Added (Ctrl+Shift+P) command to convert md file added by [@viveksharmaui](https://github.com/viveksharmaui).
12+
- Added free [Google Translate API](https://www.npmjs.com/package/@vitalets/google-translate-api) to convert md file language add by [@viveksharmaui](https://github.com/viveksharmaui).
13+
- Added Notifications after convertion of file is completed added by [@viveksharmaui](https://github.com/viveksharmaui).

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019-2020 md2urdu
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
# md2urdu README
1+
# md2urdu (Visual Studio Code - Extension)
22

3-
This is the README for extension "md2urdu".
3+
## Introduction
44

5-
## Features
5+
This is vscode extension specially written for those who want to convert .md file written in any language to urdu language.
66

7-
This is vscode extension specially written for those who want to convert .md file written in any language to urdu language .
7+
## What we are achieving to do
88

9-
Pull request are always welcome **Happy Contributing**.
9+
The purpose behind this extension is to convert md files to urdu. This extension is for those who want to convert any framework/library documentation or even anything written in .md.
1010

11-
**Enjoy!**
11+
## What is our goal
12+
13+
Our goal is to make this extension as simple as possible , as lite weight as possible and as user friendly as posssible.
14+
15+
## Found Bug
16+
17+
If you found any bug please add that bug in (issue)[https://github.com/viveksharmaui/.md2urdu-vscode-extension/issues] section . so that our team will solve bug as soon as possible.
18+
19+
## How you can contribute
20+
21+
This extension is open source anyone can contribute . we are always ready for new ideas and new functionalities so pull request are always welcome **Happy Contributing**.
22+
23+
**Thanks**

vsc-extension-quickstart.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)