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
- Host: GitHub
- URL: https://github.com/cybernika/libox
- Owner: CyberNika
- License: mit
- Created: 2019-12-11T11:49:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:29:07.000Z (over 3 years ago)
- Last Synced: 2025-02-10T01:45:02.682Z (over 1 year ago)
- Topics: cli, create, library, scaffolding, templates
- Language: TypeScript
- Size: 777 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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