An open API service indexing awesome lists of open source software.

https://github.com/app-generator/appseed-shell-npm

AppSeed CLI - Javascript Interface | AppSeed
https://github.com/app-generator/appseed-shell-npm

app-generator appseed cli

Last synced: over 1 year ago
JSON representation

AppSeed CLI - Javascript Interface | AppSeed

Awesome Lists containing this project

README

          

# AppSeed Shell

Implements the JS interface to all services exposed by AppSeed
> Links

- NPM Page: [AppSeed Shell](https://www.npmjs.com/package/appseed-shell)
- **Support**: 24/7 LIVE Support via [Discord] (registered users)
-
## Table of contents

* [Technologies](#technologies)
* [Setup](#setup)
* [Quick use](#quick-use)
* [License](#license)


## Technologies

Project create with:
* Node JS >= 12x


## Setup

Install it locally using PyPI:

```bash
$ npm i appseed-shell
```


## Quick use

Simply and functional example/s of use.

Example:

```javascript
var test = require('appseed-shell');

test.hello();
```


## License

@MIT License


---
AppSeed Shell (JS Interface) - provided by AppSeed [App Generator](https://appseed.us)