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

https://github.com/cybernika/libox

A CLI to create library
https://github.com/cybernika/libox

cli create library scaffolding templates

Last synced: over 1 year ago
JSON representation

A CLI to create library

Awesome Lists containing this project

README

          

# libox

[![NPM Version][badge-npm-version]][url-npm]
[![Node Version][badge-node-version]][url-npm]
[![NPM Downloads][badge-npm-downloads]][url-npm]
![Dependencies][badge-dependencies]
![License][badge-license]

[![NPM][image-npm]][url-npm]

A CLI tool to create library.

## 使用

### 全局安装

```bash
$ npm i -g libox
$ libox init [dir]
```

### 直接执行

> 请注意,npx 可能会有缓存

```bash
$ npx libox init [dir]
```

## 模板

https://github.com/libox-templates

## 发布日志

详见 [Releases][url-releases]

[badge-npm-version]: https://img.shields.io/npm/v/libox
[badge-node-version]: https://img.shields.io/node/v/libox
[badge-npm-downloads]: https://img.shields.io/npm/dt/libox
[badge-license]: https://img.shields.io/npm/l/libox
[badge-dependencies]: https://img.shields.io/librariesio/release/npm/libox
[url-npm]: https://npmjs.org/package/libox
[url-dependencies]: https://david-dm.org/vkbansal/libox
[url-releases]: https://github.com/heynext/libox/releases
[image-npm]: https://nodei.co/npm/libox.png