Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tildah/zinky-cli
- Owner: tildah
- Created: 2017-05-20T18:12:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T18:47:01.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T14:39:30.109Z (3 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```