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.
- Host: GitHub
- URL: https://github.com/ostrojs/installer
- Owner: ostrojs
- License: mit
- Created: 2021-11-11T10:42:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-03T17:38:58.000Z (10 months ago)
- Last Synced: 2025-08-31T10:26:51.451Z (10 months ago)
- Topics: framework-installer, nodejs, ostrojs, ostrojs-installer
- Language: JavaScript
- Homepage: https://ostrojs.com
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
OstroJS Framework
OstroJS Installer
Installer Module for OstroJS
![][javascript-image] [![license-image]][license-url] [![nodejs-image]][npm-url]
## 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"