Git Product home page Git Product logo

cljs-cloud-function's Introduction

cljs-cloud-function

A cljs template to create a project using tools.deps and shadow-cljs targeting Google Cloud Function serverless environment for execution.

Usage

clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "0.7.7"}}}' \
  -m clj-new.create \
  cljs-cloud-function \
  myname/myapp

Or if you have clj-new in your ~/.clojure/deps.edn like so:

{:aliases {:new {:extra-deps {seancorfield/clj-new {:mvn/version "0.7.7"}}
                 :main-opts ["-m" "clj-new.create"]}}
 ...}

just invoke:

clj -A:new cljs-cloud-function myname/myapp

Then you can edit the .../foo.cljs namespace and the myapp function inside. You can just invoke the build with build.sh. Then deploy.sh (will invoke the build.sh script first), given you had installed the gcloud SDK and had loggued onto your project.

You can install any Node JS library with npm and shadow-cljs, see: https://shadow-cljs.github.io/docs/UsersGuide.html#npm

See clj-new for invoking the clj-new.create function with the template.

See the template's README for information on the usage once the project is generated.

License

Copyright © 2019 Jeremie Grodziski

Distributed under the Eclipse Public License either version 1.0.

cljs-cloud-function's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.