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

https://github.com/ifakejs/pkg

:rocket: A scaffolding for building front-end libraries, with javascript and typescript support.一个用于构建前端库的脚手架工具,支持多种构建工具(Rollup, Webpack). 支持基于UI进行创建项目(类似于vue ui界面)
https://github.com/ifakejs/pkg

bundle cli javascript js-library js-libs js-scaffold library-template npm-package pkg rollup scaffold scaffolding-tool template template-project typescript typescript-library typescript-libs webpack webpack4

Last synced: 24 days ago
JSON representation

:rocket: A scaffolding for building front-end libraries, with javascript and typescript support.一个用于构建前端库的脚手架工具,支持多种构建工具(Rollup, Webpack). 支持基于UI进行创建项目(类似于vue ui界面)

Awesome Lists containing this project

README

        

# Welcome to @ifake/pkg 👋
![Version](https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000)
![Prerequisite](https://img.shields.io/badge/node-%3E%3D10-blue.svg)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/ifakejs/pkg#readme)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/ifakejs/pkg/graphs/commit-activity)
[![License: MIT](https://img.shields.io/github/license/ifakejs/@ifake/pkg)](https://github.com/ifakejs/pkg/blob/master/LICENSE)

> A scaffolding for building front-end libraries, with javascript and typescript support.

English | [简体中文](https://github.com/ifakejs/pkg/blob/master/README.md)

### 🏠 [Homepage](https://github.com/ifakejs/pkg#readme)

## Prerequisites

- node >=10

## Install

```sh
yarn add @ifake/pkg -g
# or
npm i @ifake/pkg -g
```

## Usage

```sh
pkg init
# or
pkg-cli init
```

## Via Browser
```sh
pkg ui
```

## Author

👤 **BiYuqi**

* Website:
* Github: [@ifakejs](https://github.com/ifakejs)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check [issues page](https://github.com/ifakejs/pkg/issues).
You can also take a look at the [contributing guide](https://github.com/ifakejs/pkg/blob/master/CONTRIBUTION.md).

## Screenshot
![Pkg English Gif](https://github.com/ifakejs/pkg/raw/master/screenshots/pkg-english-mini.gif)

**via browser**

![Pkg UI English](https://github.com/ifakejs/pkg/raw/master/screenshots/pkg-ui-en.png)

## 📝 License

Copyright © 2020 [BiYuqi](https://github.com/ifakejs).

This project is [MIT](https://github.com/ifakejs/pkg/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_