# Week.js

This is a fast script about web3.You can quickly create a front-end development framework.
I adapted web3 for this framework, enabling blockchain practitioners to quickly build their front-end projects.

## install

```shell
npm i @etherguy-linusshyu/weekend
```

## use

```shell
vim open -e .zshrc 
alias weekend="node_modules/@etherguy-linusshyu/weekend/week.js.sh"
sudo chmod 777 node_modules/@etherguy-linusshyu/weekend/week.js.sh
```

```shell
source ~/.zshrc
```

```shell
weekend
```

## Update npm package

```shell
npm update @etherguy-linusshyu/weekend --save
```

## Community

[![LinusShyu Community](https://img.shields.io/badge/-Community-blue)](https://discord.gg/mWsge7Ju9W)
[![LinusShyu Youtube](https://img.shields.io/badge/-YouTube-red)](https://www.youtube.com/channel/UC4KtR-YsWDfWtikRGOZb58Q)
[![LinusShyu Bilibili](https://img.shields.io/badge/-Bilibili-blue)](https://space.bilibili.com/411591950?spm_id_from=333.1007.0.0)

## License

MIT License

## Update

Version 0.1.1

Update information:

Write name system.You can easily to create a new project🎉

Write application fast reboot system🎉

write outside css style system🎉

-------------------------------------------------------------------------------------

Version 0.1.2

Update information:

Fix⚠️ The bug of week.js cannot be used globally

Fix⚠️ Global variable invalidation problem

-------------------------------------------------------------------------------------
