1.8.1 • Published 2 years ago

acady v1.8.1

Weekly downloads
61
License
MIT
Repository
github
Last release
2 years ago

acady

CLI tool to create, bootstrap, deploy and manage serverless / jamstack components.

Full documentation can be found here: https://docs.acady.io/

Idea

In contrast to software development in the good old mainframe days, Nowadays you do not build a big monolith. But you build many smaller components which are more or less independent of each other.

Over time, you build tens or even hundreds of components that all have to be created, bootstrapped, deployed and managed.

This is where acady comes into place. Acady helps you do those recurring tasks that are often similar but never equal and so difficult to automate and annoying for each web developer.

The goal of acady is to give you a tool that helps you build great software even faster. Regardless of whether you are building a Task Worker on AWS Lambda, a Gatsby Site on Vercel, a REST API on Cloudflare Workers ... acady can assist you.

Updates:

Removed netlify support due to security vulnerabilities

Installation

NPM

npm i -g acady

Yarn

yarn global add acady

Commands

Components (Create, List, Remove)

Create

Starts interface for creating a new component

Usage: acady create [options]

Create a new component

Options:
  -t, --type <type>        Type of new component
  -h, --hosting <hosting>  Hosting to use
  -i, --id <id>            Bootstrap an existing component
  -d, --debug              activate debug mode
  -p, --profile            use a profile
  --help                   display help for command

List

List existing components

Usage: acady list [options]

List components

Options:
  -d, --debug    activate debug mode
  -p, --profile  use a profile
  -h, --help     display help for command

Remove

Remove an existing components

Usage: acady remove [options]

Remove a component

Options:
  -d, --debug    activate debug mode
  -p, --profile  use a profile
  -h, --help     display help for command
1.2.0-beta.23

2 years ago

1.2.0-beta.22

2 years ago

1.7.3

2 years ago

1.8.1

2 years ago

1.7.2

2 years ago

1.8.0

2 years ago

1.2.0-beta.21

2 years ago

1.7.1

2 years ago

1.2.0-beta.20

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.2.0-beta.18

2 years ago

1.2.0-beta.17

2 years ago

1.2.0-beta.19

2 years ago

1.2.0-beta.16

3 years ago

1.4.5

3 years ago

1.2.0-beta.15

3 years ago

1.4.4

3 years ago

1.2.0-beta.14

3 years ago

1.4.3

3 years ago

1.2.0-beta.13

3 years ago

1.2.0-beta.12

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.2.0-beta.11

3 years ago

1.2.0-beta.9

3 years ago

1.2.0-beta.10

3 years ago

1.4.0

3 years ago

1.2.0-beta.8

3 years ago

1.2.0-beta.7

3 years ago

1.2.0-beta.5

3 years ago

1.2.0-beta.6

3 years ago

1.3.0

3 years ago

1.2.0-beta.4

3 years ago

1.2.0-beta.3

3 years ago

1.2.1

3 years ago

1.2.0-beta.2

3 years ago

1.2.0

3 years ago

1.2.0-beta.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago