artanis-cli

1.0.9 • Public • Published

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 :)

Readme

Keywords

none

Package Sidebar

Install

npm i artanis-cli

Weekly Downloads

1

Version

1.0.9

License

MIT

Last publish

Collaborators

  • rafa93br