/codesmith

Primary LanguageJavaScript

codesmith

A cross-platform swiss army knife for developers.

Recommended IDE Setup

  • Neovim, or... if you want to build electron app inside an electron app, then...

  • VSCode + ESLint + Prettier

Project Setup

Install

$ make install

Development

$ make dev

Build

# For windows
$ make build_win

# For macOS
$ make build_mac

# For Linux
$ make build_linux