Skip to content

Commit 7ef492c

Browse files
Merge pull request #8 from MaksymStoianov/max/next
fix(readme): update README.md
2 parents 1de5993 + 888abb7 commit 7ef492c

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1+
<a name="top"></a>
2+
13
# Utilities for Google Apps Script Projects
24

5+
[![Built%20with-clasp](https://img.shields.io/badge/Built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
6+
[![License](https://img.shields.io/github/license/MaksymStoianov/appsscript-utils?label=License)](LICENSE)
7+
[![Latest release](https://img.shields.io/github/v/release/MaksymStoianov/appsscript-utils?label=Release)](https://img.shields.io/github/v/release/MaksymStoianov/appsscript-utils)
8+
9+
[![GitHub Stars](https://img.shields.io/github/stars/MaksymStoianov/appsscript-utils?style=social)](https://github.com/MaksymStoianov/appsscript-utils/stargazers)
10+
[![GitHub Fork](https://img.shields.io/github/forks/MaksymStoianov/appsscript-utils?style=social)](https://github.com/MaksymStoianov/appsscript-utils/forks)
11+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/MaksymStoianov?style=social&logo=github)](https://github.com/sponsors/MaksymStoianov)
12+
13+
14+
---
15+
16+
## Introduction
17+
318
A set of utilities for **Google Apps Script**, as well as common functions for working with data, strings, validation
419
and
520
more. This project aims to simplify development in the Apps Script environment and provide frequently used functions in
@@ -196,7 +211,7 @@ Functions for working with file paths and URLs.
196211

197212
</details>
198213

199-
## TODO
214+
## Tasks
200215

201216
<details><summary>More</summary>
202217

@@ -231,3 +246,15 @@ Functions for working with file paths and URLs.
231246
- [ ] `base/date/offset`
232247

233248
</details>
249+
250+
## Changelog
251+
252+
For a detailed list of changes and updates, please refer to the [CHANGELOG](CHANGELOG.md) file.
253+
254+
## License
255+
256+
This project is licensed under the [LICENSE](LICENSE) file.
257+
258+
---
259+
260+
**Like this project?** [Star our awesome repo »](https://github.com/MaksymStoianov/appsscript-utils)

0 commit comments

Comments
 (0)