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
- Host: GitHub
- URL: https://github.com/app-generator/appseed-shell-npm
- Owner: app-generator
- License: mit
- Created: 2021-08-30T07:33:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T14:51:33.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T18:12:46.268Z (over 1 year ago)
- Topics: app-generator, appseed, cli
- Language: JavaScript
- Homepage: https://appseed.us
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)