Skip to content

Commit e7307e4

Browse files
Merge pull request #36 from MaksymStoianov/max/next
update README
2 parents 8951c4d + 394fa46 commit e7307e4

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
![Project banner for Google Apps Script Utils](docs/assets/images/banner-1280x640.jpg)
44

55
<p align="right">
6-
<i>Artist: <a href="https://darynamikhailenko.com/?utm_source=github&utm_medium=readme&utm_campaign=appsscript-utils&utm_content=banner-artist-credit" title="Portfolio of Daryna Mikhailenko, the artist">Daryna Mikhailenko</a></i>
6+
<i>Artist: <a href="https://darynamikhailenko.com/?utm_source=github&utm_medium=readme&utm_campaign=apps-script-utils&utm_content=banner-artist-credit" title="Portfolio of Daryna Mikhailenko, the artist">Daryna Mikhailenko</a></i>
77
</p>
88

99
# Utilities for Google Apps Script™ projects
1010

1111
[![Built%20with-clasp](https://img.shields.io/badge/Built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
12-
[![License](https://img.shields.io/github/license/MaksymStoianov/appsscript-utils?label=License)](LICENSE)
13-
[![Latest release](https://img.shields.io/github/v/release/MaksymStoianov/appsscript-utils?label=Release)](https://github.com/MaksymStoianov/appsscript-utils/releases)
12+
[![License](https://img.shields.io/github/license/MaksymStoianov/apps-script-utils?label=License)](LICENSE)
13+
[![Latest release](https://img.shields.io/github/v/release/MaksymStoianov/apps-script-utils?label=Release)](https://github.com/MaksymStoianov/apps-script-utils/releases)
1414

15-
[![GitHub Stars](https://img.shields.io/github/stars/MaksymStoianov/appsscript-utils?style=social)](https://github.com/MaksymStoianov/appsscript-utils/stargazers)
16-
[![GitHub Fork](https://img.shields.io/github/forks/MaksymStoianov/appsscript-utils?style=social)](https://github.com/MaksymStoianov/appsscript-utils/forks)
15+
[![GitHub Stars](https://img.shields.io/github/stars/MaksymStoianov/apps-script-utils?style=social)](https://github.com/MaksymStoianov/apps-script-utils/stargazers)
16+
[![GitHub Fork](https://img.shields.io/github/forks/MaksymStoianov/apps-script-utils?style=social)](https://github.com/MaksymStoianov/apps-script-utils/forks)
1717
[![GitHub Sponsors](https://img.shields.io/github/sponsors/MaksymStoianov?style=social&logo=github)](https://github.com/sponsors/MaksymStoianov)
1818

1919
## Introduction
@@ -28,15 +28,15 @@ one place.
2828
To get started, install the dependencies:
2929

3030
```bash
31-
npm install github:MaksymStoianov/appsscript-utils#main
31+
npm install github:MaksymStoianov/apps-script-utils#main
3232
```
3333

3434
> **Note:** It's recommended to use tags (`#vX.Y.Z`) for production environments to ensure version stability.
3535
3636
For example:
3737

3838
```bash
39-
npm install github:MaksymStoianov/appsscript-utils#v1.6.0
39+
npm install github:MaksymStoianov/apps-script-utils#v1.6.0
4040
```
4141

4242
## Functions by Category
@@ -54,7 +54,7 @@ Functions that enable various operations on a collection of base utility methods
5454
<details open><summary>Functions</summary>
5555

5656
| Function | Description |
57-
| :-------------------------------------------------- | :------------------------------------- |
57+
|:----------------------------------------------------|:---------------------------------------|
5858
| [`getByteSize`](src/appsscript/base/getByteSize.ts) | Returns the size of a string in bytes. |
5959

6060
</details>
@@ -71,7 +71,7 @@ Functions that enable various operations on Google Drive.
7171
<details open><summary>Functions</summary>
7272

7373
| Function | Description |
74-
| :------- | :---------- |
74+
|:---------|:------------|
7575
| | |
7676

7777
</details>
@@ -83,7 +83,7 @@ Functions that enable various operations on Google Docs.
8383
<details open><summary>Functions</summary>
8484

8585
| Function | Description |
86-
| :------- | :---------- |
86+
|:---------|:------------|
8787
| | |
8888

8989
</details>
@@ -95,7 +95,7 @@ Functions that enable various operations on Google Forms.
9595
<details open><summary>Functions</summary>
9696

9797
| Function | Description |
98-
| :------- | :---------- |
98+
|:---------|:------------|
9999
| | |
100100

101101
</details>
@@ -107,7 +107,7 @@ Functions that enable various operations on Google Sheets.
107107
<details open><summary>Functions</summary>
108108

109109
| Function | Description |
110-
| :-------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------- |
110+
|:----------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------|
111111
| [`appendColumn`](src/appsscript/sheet/appendColumn.ts) | Appends a single column of data to the sheet. |
112112
| [`appendColumns`](src/appsscript/sheet/appendColumns.ts) | Appends multiple columns of data to the sheet. |
113113
| [`appendRow`](src/appsscript/sheet/appendRow.ts) | Appends a single row of data to the sheet. |
@@ -154,7 +154,7 @@ Functions that enable various operations on Google Slides.
154154
<details open><summary>Functions</summary>
155155

156156
| Function | Description |
157-
| :------- | :---------- |
157+
|:---------|:------------|
158158
| | |
159159

160160
</details>
@@ -166,7 +166,7 @@ Functions that enable various operations on the user interface, including sideba
166166
<details open><summary>Functions</summary>
167167

168168
| Function | Description |
169-
| :------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------- |
169+
|:--------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------|
170170
| [`checkMultipleAccount`](src/appsscript/ui/checkMultipleAccount.ts) | Checks if multiple Google accounts are in use. |
171171
| [`isHtmlOutput`](src/appsscript/ui/isHtmlOutput.ts) | Checks if an object is an [`HtmlOutput`](https://developers.google.com/apps-script/reference/html/html-output). |
172172
| [`isTextOutput`](src/appsscript/ui/isTextOutput.ts) | Checks if an object is a [`TextOutput`](https://developers.google.com/apps-script/reference/content/text-output). |
@@ -183,7 +183,7 @@ This package contains core utility functions that are not tied to a specific App
183183
<details open><summary>Functions</summary>
184184

185185
| Function | Description |
186-
| :------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------- |
186+
|:--------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------|
187187
| [`chunk`](src/lang/array/chunk.ts) | Splits an array into chunks of a specified size. |
188188
| [`decodeHtml`](src/html/decodeHtml.ts) | Decodes HTML entities. |
189189
| [`encodeHtml`](src/html/encodeHtml.ts) | Encodes a string for safe use in HTML. |
@@ -254,14 +254,14 @@ This package is for all exception classes.
254254
<details open><summary>Functions</summary>
255255

256256
| Exception | Description |
257-
| :----------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------ |
257+
|:-------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------|
258258
| [`AdminDirectoryException`](src/exception/appsscript/admin/AdminDirectoryException.ts) | Represents an exception thrown when the Admin SDK Directory Service is not available or enabled. |
259259
| [`InvalidGridRangeException`](src/exception/appsscript/sheet/InvalidGridRangeException.ts) | Represents an exception thrown when an invalid [`GridRange`](src/appsscript/sheet/types/GridRange.ts) object is provided. |
260260
| [`InvalidRangeException`](src/exception/appsscript/sheet/InvalidRangeException.ts) | Represents an exception thrown when an invalid [range](https://developers.google.com/apps-script/reference/spreadsheet/sheet) object is provided. |
261261
| [`InvalidSheetException`](src/exception/appsscript/sheet/InvalidSheetException.ts) | Represents an exception thrown when an invalid [sheet](https://developers.google.com/apps-script/reference/spreadsheet/sheet) object is provided. |
262262

263263
| Exception | Description |
264-
| :---------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------- |
264+
|:------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------|
265265
| [`Exception`](src/exception/Exception.ts) | Base exception class. |
266266
| [`RuntimeException`](src/exception/RuntimeException.ts) | Exception for runtime errors. |
267267
| [`EmptyStringException`](src/exception/EmptyStringException.ts) | Exception for empty strings. |
@@ -279,7 +279,7 @@ Functions for working with file paths and URLs.
279279
<details open><summary>Functions</summary>
280280

281281
| Function | Description |
282-
| :----------------------------------------------- | :-------------------------------------------------------------- |
282+
|:-------------------------------------------------|:----------------------------------------------------------------|
283283
| [`isAbsolute`](src/net/path/isAbsolute.ts) | Checks if a path is absolute. |
284284
| [`isRelative`](src/net/path/isRelative.ts) | Checks if a path is relative. |
285285
| [`isValidDomain`](src/net/path/isValidDomain.ts) | Checks if a string is a valid domain name. |
@@ -294,15 +294,15 @@ Functions for working with file paths and URLs.
294294
<details open><summary>Functions</summary>
295295

296296
| Abstract | Description |
297-
| :--------------------------- | :---------- |
297+
|:-----------------------------|:------------|
298298
| [`Class`](src/lang/Class.ts) | |
299299

300300
</details>
301301

302302
<details open><summary>Functions</summary>
303303

304304
| Interface | Description |
305-
| :--------------------------------- | :----------------------- |
305+
|:-----------------------------------|:-------------------------|
306306
| [`Iterator`](src/lang/Iterator.ts) | Interface for iterators. |
307307

308308
</details>
@@ -366,4 +366,4 @@ This project is licensed under the [LICENSE](LICENSE) file.
366366

367367
---
368368

369-
**Like this project?** [Star our awesome repo »](https://github.com/MaksymStoianov/appsscript-utils)
369+
**Like this project?** [Star our awesome repo »](https://github.com/MaksymStoianov/apps-script-utils)

0 commit comments

Comments
 (0)