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

https://github.com/polixjs/cli

📦 Polix CLI
https://github.com/polixjs/cli

cli node polix

Last synced: 3 months ago
JSON representation

📦 Polix CLI

Awesome Lists containing this project

README

        

# Polix-cli
[Polix](https://github.com/zhoumingque/polix) CLI

[![Build Status](https://travis-ci.org/polixjs/cli.svg?branch=master)](https://travis-ci.org/polixjs/cli)
[![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/polix-cli)
[![node](https://img.shields.io/badge/node-%3E%3D8-green.svg)](https://www.npmjs.com/package/polix-cli)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://www.npmjs.com/package/polix-cli)

## Install
[![NPM](https://nodei.co/npm/polix-cli.png?compact=true)](https://nodei.co/npm/polix-cli/)
> `npm i polix-cli -g`

## Usage

```bash
$ pol -h

Usage: pol

Options:

-v, --version output the version number
-h, --help output usage information

Commands:

init init Polix Dev

...
```

## Getting Started
```bash
$ npm i polix-cli -g
$ pol init example
```

## License

MIT