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

https://github.com/ostrojs/installer

OstroJS framework installer.
https://github.com/ostrojs/installer

framework-installer nodejs ostrojs ostrojs-installer

Last synced: 8 months ago
JSON representation

OstroJS framework installer.

Awesome Lists containing this project

README

          


OstroJS Framework






OstroJS Installer


Installer Module for OstroJS



![][javascript-image] [![license-image]][license-url] [![nodejs-image]][npm-url]




Website



## Installation
You can install the package from npm.
```bash
npm i --global @ostro/installer
```

## Usage

```bash
ostro new myapp

cd myapp

# start http server
node app
```

[javascript-image]: https://img.shields.io/badge/JS-javascript-green
[javascript-url]: "javascript"

[nodejs-image]: https://img.shields.io/badge/node-%3E%3D%2012.0.0-green
[npm-url]: https://npmjs.org/package/@ostro/installer "npm"

[license-image]: https://img.shields.io/github/license/ostrojs/installer
[license-url]: LICENSE.md "license"