https://github.com/seagull-js/seagull-cli
The best way to start, develop and deploy Seagull Apps.
https://github.com/seagull-js/seagull-cli
cli deployment developer-tools development-environment infrastructure seagull typescript
Last synced: 3 months ago
JSON representation
The best way to start, develop and deploy Seagull Apps.
- Host: GitHub
- URL: https://github.com/seagull-js/seagull-cli
- Owner: seagull-js
- License: lgpl-3.0
- Created: 2017-09-03T21:14:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T09:46:53.000Z (about 7 years ago)
- Last Synced: 2025-03-26T09:24:33.797Z (4 months ago)
- Topics: cli, deployment, developer-tools, development-environment, infrastructure, seagull, typescript
- Language: TypeScript
- Homepage: https://seagull-js.github.io/seagull-cli/
- Size: 1.34 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DO NOT USE YET
this is a work in progress
# Seagull-CLI
[](https://travis-ci.org/seagull-js/seagull-cli)
[](https://badge.fury.io/js/%40seagull%2Fcli)
[](http://www.gnu.org/licenses/lgpl-3.0)
[](https://github.com/prettier/prettier)
[](https://github.com/ellerbrock/typescript-badges/)The best way to start, develop and deploy Seagull Apps. For a quickstart guide
and more infos about the seagull framework, have a look at the
[website](https://seagull-js.github.io).## Getting Started
Use with the current LTS version of node.js (6.X) and enter:
```bash
$ npm install -g @seagull/cli
```To instantly create a fully functional hello-world app:
```bash
$ seagull new hello && cd hello
```Preview in your browser on localhost with live-reloading:
```bash
$ seagull dev # hit CTRL + C twice to stop
```And now youre already into developing some app! Read
[the docs](https://seagull-js.github.io) to proceed further if you like it!