Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hadihammurabi/hamjs


https://github.com/hadihammurabi/hamjs

Last synced: 22 days ago
JSON representation

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
```