Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadihammurabi/hamjs
https://github.com/hadihammurabi/hamjs
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hadihammurabi/hamjs
- Owner: hadihammurabi
- License: mit
- Created: 2018-03-27T17:27:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T12:17:43.000Z (over 4 years ago)
- Last Synced: 2024-11-07T08:39:04.215Z (2 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HamJS
## Installation
**Using NPM**
```bash
npm install 'https://github.com/hadihammurabi/HamJS' -g
```**Using Yarnpkg**
```bash
yarn global add 'https://github.com/hadihammurabi/HamJS'
```## Using CLI
```bash
hamjs --help
```## Create New Project
```bash
hamjs create
```Example:
```bash
hamjs create HelloWorld
```## Run Project
```bash
hamjs serve
```## Using Generator
**Generate controller**
```bash
hamjs g controller
```Example:
```bash
hamjs g controller Home
```**Generate model**
```bash
hamjs g model
```Example:
```bash
hamjs g model User
```