Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanziw/tools

Toolbox
https://github.com/kanziw/tools

Last synced: about 2 months ago
JSON representation

Toolbox

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
```