Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

The best way to start, develop and deploy Seagull Apps.

Awesome Lists containing this project

README

        

# DO NOT USE YET

this is a work in progress

# Seagull-CLI

[![Build Status](https://travis-ci.org/seagull-js/seagull-cli.svg?branch=master)](https://travis-ci.org/seagull-js/seagull-cli)
[![npm version](https://badge.fury.io/js/%40seagull%2Fcli.svg)](https://badge.fury.io/js/%40seagull%2Fcli)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101)](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!