Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/seagull-js/seagull-cli
- Owner: seagull-js
- License: lgpl-3.0
- Created: 2017-09-03T21:14:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T09:46:53.000Z (over 6 years ago)
- Last Synced: 2024-11-17T00:25:57.097Z (3 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: 3
- 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
[![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!