Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanziw/tools
Toolbox
https://github.com/kanziw/tools
Last synced: about 2 months ago
JSON representation
Toolbox
- Host: GitHub
- URL: https://github.com/kanziw/tools
- Owner: kanziw
- Created: 2019-09-26T13:30:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:41:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:19:14.252Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://tools-kanziw-dev.appspot.com
- Size: 2.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# tools
[![Node.js Version: v10.16.3](https://badgen.net/badge/Node.js/v10.16.3/blue)](https://nodejs.org/docs/latest-v10.x/api/) [![Actions Status](https://github.com/kanziw/tools/workflows/Build/badge.svg)](https://github.com/kanziw/tools/actions)
## Requirements
* Node.js## Structures
```
❯ tree -d -L 2 -I node_modules
.
├── src
└── web
├── public
└── src
```* src : Server Root
* web : Web Root
* Web 쪽을 개발하시려면 IDE 에서 web directory 를 여세요## Getting Started
### Installation
```sh
$ npm i
```## Lint
```sh
$ npm run lint
```