Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thijsw/code-fmt
Format source code
https://github.com/thijsw/code-fmt
Last synced: 10 days ago
JSON representation
Format source code
- Host: GitHub
- URL: https://github.com/thijsw/code-fmt
- Owner: thijsw
- Created: 2020-05-13T14:18:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T13:43:34.000Z (about 3 years ago)
- Last Synced: 2024-10-11T14:19:12.588Z (about 1 month ago)
- Language: Vue
- Homepage: https://code-fmt.com
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-fmt
> Format source code
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).