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界面)
- Host: GitHub
- URL: https://github.com/ifakejs/pkg
- Owner: ifakejs
- License: mit
- Created: 2020-11-11T08:11:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T14:25:15.000Z (over 4 years ago)
- Last Synced: 2025-05-12T03:15:42.208Z (24 days ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 4.03 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to @ifake/pkg 👋


[](https://github.com/ifakejs/pkg#readme)
[](https://github.com/ifakejs/pkg/graphs/commit-activity)
[](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
**via browser**

## 📝 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)_