UNPKG

1.87 kBMarkdownView Raw
1[<img src="https://s3-us-west-2.amazonaws.com/arc.codes/architect-logo-500b@2x.png" width=500>](https://www.npmjs.com/package/@architect/architect)
2
3## [`@architect/architect`](https://www.npmjs.com/package/@architect/architect)
4
5> Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.
6
7[![Travis Build Status](https://travis-ci.com/architect/architect.svg?branch=master)](https://travis-ci.com/architect/architect) [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/400qk0t4p9ptt8tm/branch/master?svg=true)](https://ci.appveyor.com/project/ArchitectCI/architect/branch/master) [![codecov](https://codecov.io/gh/architect/architect/branch/master/graph/badge.svg)](https://codecov.io/gh/architect/architect)
8
9
10## Docs
11
12Full documentation found at: https://arc.codes
13
14
15## Installation
16
17### `npm`
18```
19npm i -g @architect/architect
20```
21
22
23### Binary Distributions
24
25Coming soon! If you are interested in helping please let us know! Currently you can generate experimental binaries by cloning this repo and running `npm run build`.
26
27
28## Usage
29
30Run `arc` with no arguments to get help. To create a new app and kick up the local dev server:
31
32```
33mkdir testapp
34cd testapp
35arc init
36arc sandbox
37```
38
39Package and deploy your app (via AWS CloudFormation):
40
41```
42arc deploy
43```
44
45
46### Founding team
47
48[Amber Costley](https://github.com/amberdawn), [Angelina Fabbro](https://github.com/afabbro), [Brian LeRoux](https://github.com/brianleroux), Jen Fong-Adwent, [Kristofer Joseph](https://github.com/kristoferjoseph), [Kris Borchers](https://github.com/kborchers), [Ryan Block](https://github.com/ryanblock), [Spencer Kelley](https://github.com/spencermountain)
49
50
51### Special thanks
52
53[Pinyao Guo](https://github.com/pug132) for the [Architect GitHub name](https://github.com/architect)