Skip to content

Commit 297321a

Browse files
authored
Update README.md
1 parent 00be6e9 commit 297321a

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@codingtools/cdt
22
===
3-
43
CLI for Developers
54

65
[![CircleCI](https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1.svg?style=shield)](https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1)
@@ -13,11 +12,25 @@ CLI for Developers
1312
<!-- ![Node](https://img.shields.io/node/v/@codingtools/cdt) -->
1413
<!-- [![Downloads](https://img.shields.io/npm/dm/@codingtools/cdt)](https://npmjs.org/package/@codingtools/cdt) -->
1514

15+
16+
## Introduction
17+
18+
**cdt** is a command line utililty for developers.
19+
It is focused on facilitating the development of applications by helping devs to do required tasks through utilities provided to enhance efficienty.
20+
21+
## Support the project ⭐
22+
23+
If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏
24+
25+
<img src="https://raw.githubusercontent.com/lusaxweb/vuesax/master/public/github-vuesax-star.gif" alt="vuesax-star" />
26+
27+
28+
1629
<!-- toc -->
17-
* [Usage](#usage)
30+
* [Installation](#installation)
1831
* [Commands](#commands)
1932
<!-- tocstop -->
20-
# Usage
33+
# Installation
2134
<!-- usage -->
2235
```sh-session
2336
$ npm install -g @codingtools/cdt
@@ -108,3 +121,18 @@ OPTIONS
108121

109122
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.2/src/commands/minify.ts)_
110123
<!-- commandsstop -->
124+
125+
126+
## Contribution
127+
128+
Please Contribute to this project by forking [cdt](https://github.com/codingtools/cdt/)
129+
130+
Please feel free to provide any suggestion for new utility in [Issues](https://github.com/codingtools/cdt/issues)
131+
132+
## @codingtools/cdt
133+
134+
This Project is created and supported by [Ashish Patel](http://ashish.live/)
135+
136+
## License
137+
138+
[MIT](https://raw.githubusercontent.com/codingtools/cdt/master/LICENSE)

0 commit comments

Comments
 (0)