https://github.com/udtrokia/bitmaster
Js library, easy to use.
https://github.com/udtrokia/bitmaster
developer-tools server webpack
Last synced: about 1 month ago
JSON representation
Js library, easy to use.
- Host: GitHub
- URL: https://github.com/udtrokia/bitmaster
- Owner: udtrokia
- License: gpl-3.0
- Created: 2018-04-19T12:36:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T08:00:11.000Z (over 7 years ago)
- Last Synced: 2025-02-15T19:48:57.306Z (over 1 year ago)
- Topics: developer-tools, server, webpack
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitmaster
Js Library, easy to use.
## Introduction
Web development is more and more complicated than before, React、Angular、Vue...Truck of useless code. All we need is little of these framework that's why Sugar appears.
`console.log('hello-world')`:
| bitmaster | jQuery | create-react-app | umi.js | next.js | gatsby |
|-----------|--------|------------------|--------|---------|--------|
| 4KB | 12KB | ~800KB | ~900KB | 2.1MB | 1.6MB |
Don't tell me you're using preact, no time for babel.
## Installation
```
yarn global install bitmaster
npm -g install bitmaster
echo "alias bm=bitmaster" >> ~/.bash_profile
```
## Documentation
+ DOM
+ Webpack
+ Refile
## Example(in-building)
now we have `pages/index.js` in our directory.
```
$ bm
server listening at localhost:3000
```
## TODO
+ `config options` for webpack lib
+ bin file
+ command
+ babel
+ and more and more