1.0.9 • Published 7 years ago

artanis-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Artanis

Artanis

" Your next Static Website using AWS infrastructure with one command! "

Features

Features

  • ✅ Static website with S3
  • ✅ CDN with CloudFront
  • ✅ SSL Certificates with ACM
  • ✅ DNS Records with Route 53

Setup

By default, artanis will use your credentials stored in ~/.aws/credentials It should be something like this:

[default]
aws_access_key_id=<YOUR_AWS_ACCESS_KEY_ID>
aws_secret_access_key=<YOUR_AWS_SECRET_ACCESS_KEY>
region=<YOUR_AWS_DEFAULT_REGION>

Installation

npm install -g artanis-cli

Usage

This will use the default tld (top level domain) .com.br:

artanis new my-awesome-static-website

If you want to user another tld:

artanis new my-awesome-static-website -t io

Todo

  • Buy domains
  • Better error handling
  • Interactive CLI
  • Write tests :)
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago