Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tildah/zinky-cli

cli tools for fooll framework
https://github.com/tildah/zinky-cli

Last synced: about 2 months ago
JSON representation

cli tools for fooll framework

Awesome Lists containing this project

README

        

# Zinky-cli
Command line tools for [Zinky framework](https://github.com/zinkyjs/zinky)

## Installation
```
sudo npm i -g zinky-cli
```

## API

### Generate application boilerplate
```
zinky -a
```
**Or**, the long version:
```
zinky --create_app
```

### Create application module
```
zinky -M
```
**Or**, the long version:
```
zinky --app_module
```

### Install ZinkyJS module
```
zinky -i
```