Skip to content

lifull-dev/generator-gas-localizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-gas-localizer

develop google apps script in local machine.

Installation

First, install Yeoman and generator-gas-localizer using npm (we assume you have pre-installed node.js).

npm install -g yo
git clone https://github.com/lifull-dev/generator-gas-localizer.git
cd generator-gas-localizer
npm install
npm link

Obtain OAuth 2.0 credentials from the Google API Console. Then set client id and secret in your shell file. and source it.

export GAS_LOCALIZER_CLIENT_ID=xxxxxx
export GAS_LOCALIZER_CLIENT_SECRET=xxxxxx
source ~/.bashrc

Then generate your new project:

yo generator-gas-localizer

setup

# (in project dir)
npm run setup

deploy

When this command is executed, project/ is deployed.

# (in project dir)
npm run update

watch

When this command is executed, it will be deployed when public/ is changed.

# (in project dir)
npm run watch

run livereload server

Executing this command will start the livereload server. chrome extension

# (in project dir)
npm run livereload

License

MIT © NakajimaTakuya

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published