1.0.27 • Published 4 years ago

@coldlambda/ice-cli v1.0.27

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

ice cli

Micro application framework for serverless full stack applications on AWS lambda.

  • js/python/ruby backends
  • vue frontend

Quick Start

npm i @coldlambda/ice-cli -g
ice

Project Structure

  • frontend
  • backend
  • local dev environment
  • deployment

Javascript

.
├── README.md
├── api.yaml
├── app.local.js
├── deploy.sh
├── package.json 
├── service 
│   ├── app.js
│   ├── models
│   │   ├── models.js
│   │   └── users.js
│   ├── package.json
│   ├── public
│   └── service.js
├── template-api.yaml
├── template-static-infra.yaml
├── template-version-pointer.yaml
└── vue
    ├── babel.config.js
    ├── package.json
    ├── public
    │   └── index.html
    ├── src
    │   ├── App.vue
    │   ├── components
    │   │   ├── Menu.vue
    │   │   └── _globals.js
    │   └── main.js
    ├── vue.config.js
    └── webpack.config.js

Python

Ruby

.
├── api.yaml
├── deploy.sh
├── service
│   ├── Gemfile
│   └── service.rb
├── template-api.yaml
├── template-static-infra.yaml
├── template-version-pointer.yaml
└── vue
    ├── babel.config.js
    ├── package.json
    ├── public
    │   └── index.html
    ├── src
    │   ├── App.vue
    │   ├── components
    │   │   ├── Menu.vue
    │   │   └── _globals.js
    │   └── main.js
    ├── vue.config.js
    └── webpack.config.js
1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.2

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago