Skip to content

melledijkstra/gas-fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAS - FIRE

Build Check

The title stands for Google Apps Script - Financial Independence Retire Early. This project helps with google sheets tasks and is used to keep my finances automated.

More info can be found here: https://developers.google.com/apps-script/guides/typescript

Development

You will need to install the clasp tooling (@google/clasp)

  1. pnpm install

First time running clasp? make sure to login first, follow this guide: https://developers.google.com/apps-script/guides/clasp

Configure clasp environment

  1. Copy the .env.sample & .clasp.json.sample examples and rename then to .env and .clasp.json.

In the .env you will want to add your development and production environment Script IDs. You can choose to use just one environment if that is what is you have.

To find the Google Apps Script ID for your project:

  • Open Apps Script project
  • click "Project Settings"
  • Under "IDs", copy the Script ID

  1. Then run pnpm switch-env <env> to switch between environments. It will simply update your .clasp.json with the script ID for that environment.

  2. Then you are ready to make changes make your changes

  3. pnpm build

  4. pnpm publish (or manually "clasp push")

About

The title stands for Google Apps Script - Financial Independence Retire Early. This project helps with google sheets tasks and is used to keep my finances automated.

Resources

Stars

Watchers

Forks

Sponsor this project

Contributors