Skip to content

formcarry/formcarry-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Formcarry CLI

Usage

Formcarry CLI enables form creation, listing and removing forms in your terminal.

Installation:

$ npm install -g formcarry-cli

Login to Your Account:

$ formcarry login

Available Commands:

Command Description
login login to your formcarry account
add [options] create a new form
delete delete form with id
forms List your forms

Create A New Form:

$ formcarry add "My Sweet Form"

Output:

βœ” Your form was successfully created
βœ” Your endpoint url copied to clipboard:
https://formcarry.com/s/BywEPAJNb

Available Options:

Option Description
-n, --notify notify those email adresses, split with comma
-r, --return specify return url

With options:

$ formcarry add "My Sweet Form" -r "https://myreturnurl.io" -n "myfist@mail.com, mysecond@mail.com"

Output:

βœ” Your form was successfully created
βœ” Your endpoint url copied to clipboard:
https://formcarry.com/s/BywEPAJNb

Deleting Form:

$ formcarry delete BJedGRDQZ

Output:

βœ” Your form was successfully deleted.

Listing Forms:

$ formcarry forms

Output:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ ID        β”‚ Name             β”‚ Created At                  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ rJwOBh6XZ β”‚ First.           β”‚ June 26th 2017, 1:12:39 am  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ BJedGRDQZ β”‚ Second.          β”‚ June 21st 2017, 2:01:27 pm  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

About

The command line interface for Formcarry πŸŽ‰

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published