Skip to content

Commit 60386da

Browse files
committed
Added Clasp 3.0
1 parent ed8a623 commit 60386da

File tree

5 files changed

+4244
-236
lines changed

5 files changed

+4244
-236
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,11 @@ You also need to install Node.js which includes the npm package manager.
1919
**1.** Clone the repository and install npm dependencies and [utilities](TOOLS.md).
2020

2121
```
22-
git clone https://github.com/labnol/apps-script-starter my-project
22+
npx degit labnol/apps-script-starter my-project
2323
cd my-project
2424
npm install
2525
```
2626

27-
Update: The `git clone` command adds a .git folder to your folder that pertains to the Apps Script Starter project and not your local project. You should either re-init the repository or use `degit` to clone the repository.
28-
29-
```
30-
npx degit labnol/apps-script-starter my-project
31-
```
32-
3327
**2.** Log in to Google clasp and authorize using your Google account.
3428

3529
```

0 commit comments

Comments
 (0)