Socket
Book a DemoInstallSign in
Socket

artanis-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artanis-cli

![Artanis](https://raw.githubusercontent.com/rafaelcorreiapoli/artanis/master/src/resources/images/artanis.jpg)

latest
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 30 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts