All Projects → naoki-sawada → gas-typescript-webpack

naoki-sawada / gas-typescript-webpack

Licence: MIT license
This is an example of writing Google Apps Script in TypeScript and building with webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to gas-typescript-webpack

webpack-demos
webpack小练习
Stars: ✭ 17 (-37.04%)
Mutual labels:  webpack4
eleventy bundler
NOT RECOMMENDED FOR USE; see README
Stars: ✭ 19 (-29.63%)
Mutual labels:  webpack4
webpack4-learn
📝 blog:https://itxiaohao.github.io/passages/webpack4-learn-introduction/
Stars: ✭ 70 (+159.26%)
Mutual labels:  webpack4
Project06-A-Slack
팀 협업도구, 우리동네 슬랙 🚀
Stars: ✭ 14 (-48.15%)
Mutual labels:  webpack4
easy-webpack-4
Webpack 4 simple example to quickly build a web application
Stars: ✭ 68 (+151.85%)
Mutual labels:  webpack4
minimal-flask-react
🍸 A minimal modern setup for flask and react
Stars: ✭ 120 (+344.44%)
Mutual labels:  webpack4
Vi-Ui
💙 A simple but consistent user interface made for Vue
Stars: ✭ 42 (+55.56%)
Mutual labels:  webpack4
react-redux-webpack4-boilerplate
boilerplate for react, redux, webpack4!
Stars: ✭ 39 (+44.44%)
Mutual labels:  webpack4
nativescript-dev-webpack
A package to help with webpacking NativeScript apps.
Stars: ✭ 98 (+262.96%)
Mutual labels:  webpack4
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (-11.11%)
Mutual labels:  webpack4
bootpack
Create multi-page websites using bootstrap for development and webpack for task running.
Stars: ✭ 30 (+11.11%)
Mutual labels:  webpack4
react-library-template
Jumpstart your team's shared react library
Stars: ✭ 26 (-3.7%)
Mutual labels:  webpack4
cruise
A Continuous Integration (CI) management system homework from Thought Works
Stars: ✭ 13 (-51.85%)
Mutual labels:  webpack4
boilerplate-react-redux-pwa
It's sample boilerplate with pwa + react + redux + redux-saga
Stars: ✭ 14 (-48.15%)
Mutual labels:  webpack4
PERN-Advanced-Starter
Advanced PERN stack starter kit (PostgresSQL, Express, React, & Node), complete with ESLint, Webpack 4, Redux, React-Router, and Material-UI kit.
Stars: ✭ 51 (+88.89%)
Mutual labels:  webpack4
quickstart-miniprogram
🎉微信小程序webpack模板
Stars: ✭ 32 (+18.52%)
Mutual labels:  webpack4
webpack-alioss-upload-plugin
A flexible webpack plugin to upload files to aliyun oss, which supports multiple optional upload methods and parameters.
Stars: ✭ 14 (-48.15%)
Mutual labels:  webpack4
uiw-admin
UIW-Admin Panel Framework, Powered by React and @uiwjs.
Stars: ✭ 21 (-22.22%)
Mutual labels:  webpack4
cordova-plugin-webpack
Integrate webpack into your Cordova workflow.
Stars: ✭ 61 (+125.93%)
Mutual labels:  webpack4
webpack-starter
Simple webpack config with babel, scss, and lodash
Stars: ✭ 47 (+74.07%)
Mutual labels:  webpack4

gas typescript webpack

About

This is an example code for writing Google Apps Script in TypeScript and building with webpack.

Please Read at this Japanease post.

Requirements

  • Node.js v8 or heigher
  • clasp

Install

Install this project

$ git clone https://github.com/naoki-sawada/gas-typescript-webpack.git

After clone this repository,

$ cd gas-typescript-webpack
$ npm intall
(or yarn)

Install and setup the clasp

  1. Install the clasp.
$ npm i @google/clasp -g
  1. Login with your google account.
$ clasp login
  1. Create new Google Apps Script.
$ clasp create "My Script" --rootDir ./dist

Usage

$ npm build
$ npm run push

Development

If you watnt to use watch mode, run the next command.

$ npm run watch

In this watch mode, the build file is automatically pushed when saving the contents in the src folder.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].