All Projects → muratmirgun → pretgo

muratmirgun / pretgo

Licence: other
Basic CLI for format Json, HTML and XML Yaml!

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to pretgo

website-template
静的Webサイト制作を少しモダンにするためのテンプレート
Stars: ✭ 62 (+93.75%)
Mutual labels:  prettier
fe-standard-config-seed
前端通用代码规范自动化接入
Stars: ✭ 18 (-43.75%)
Mutual labels:  prettier
typescript-react-starter
React & TypeScript Starter with webpack, ts-jest and runtime environment variables. It comes with fp-ts ecosystem and pre-configured prettier, eslint, vscode, husky hooks and Dockerfile to build a deployable image of your app
Stars: ✭ 17 (-46.87%)
Mutual labels:  prettier
eslint-config-callstack
ESLint preset extending Flow, Prettier and Jest
Stars: ✭ 45 (+40.63%)
Mutual labels:  prettier
RNPlayground
React Native 相关,Prettier ESLint Redux Rematch使用
Stars: ✭ 28 (-12.5%)
Mutual labels:  prettier
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+287.5%)
Mutual labels:  prettier
nextjs-with-chakra-ui-boilerplate
Next.js with Chakra UI boilerplate. PWA ready with storybook and tests configured.
Stars: ✭ 48 (+50%)
Mutual labels:  prettier
prettier-eslint-webpack-plugin
Webpack plugin for prettier-eslint which ESLint's settings is set to JavaScript Standard Style
Stars: ✭ 24 (-25%)
Mutual labels:  prettier
plugin-pug
Prettier Pug Plugin
Stars: ✭ 163 (+409.38%)
Mutual labels:  prettier
eslint-config-typescript-unified
🛠️ A unified ESLint configuration with sensible defaults for TypeScript projects.
Stars: ✭ 15 (-53.12%)
Mutual labels:  prettier
react-app-boilerplate-2018
Bootstrap for a React App with Redux, React Router, Styled Components, Jest and Hot Reloading,
Stars: ✭ 20 (-37.5%)
Mutual labels:  prettier
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (+259.38%)
Mutual labels:  prettier
vue-typescript-prettier
Vue project with TypeScript, ESLint, and Prettier integrated together
Stars: ✭ 22 (-31.25%)
Mutual labels:  prettier
microservice nodejs template
🦄 Microservice Starter Kit by Nodejs + Typescript + Docker + Lerna + Eslint + Prettier
Stars: ✭ 49 (+53.13%)
Mutual labels:  prettier
linter-sniffer-pretty-printer
Collection of packages and configs to lint and format code in your WordPress project.
Stars: ✭ 35 (+9.38%)
Mutual labels:  prettier
react-you-do-you
How I use React + Redux + Material-UI + TypeScript – you do you 💖
Stars: ✭ 103 (+221.88%)
Mutual labels:  prettier
vue3-vite-ts
Vue 3 Scaffolding (Vite + TS + Linters + Jest + TailwindCSS)
Stars: ✭ 27 (-15.62%)
Mutual labels:  prettier
pre-commit-hooks
Standardizing our code quality tooling 🛠️
Stars: ✭ 44 (+37.5%)
Mutual labels:  prettier
photosnap-webiste
Complete, fully responsive, lightning-fast and image-heavy website.
Stars: ✭ 19 (-40.62%)
Mutual labels:  prettier
alda
A boilerplate for React isomorphic aplication with Material Design
Stars: ✭ 16 (-50%)
Mutual labels:  prettier

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

PRETGO

Command Line Pretty Print Build with Golang
Explore the docs »

<a href="https://github.com/muratmirgun/pretgo/issues">Report Bug</a>
·
<a href="https://github.com/muratmirgun/pretgo/issues">Request Feature</a>

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

A very simple CLI for Json, Html, Yaml and ml format! And now it also works with Http Requests!

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Install the cli with Go Install:
    go install github.com/muratmirgun/pretgo@latest

(back to top)

Usage

For basic usage examples, run the following commands:

$ pretgo --help

Example for json type

$ cat mess.json | pretgo json

or

$  pretgo json file mess.json

(back to top)

Roadmap

  • Json Pretty Print
  • Xml Pretty Print
  • Html Pretty Print
  • Yaml Pretty Print
  • Handle Requests and Pretty Print

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Murat Mirgun Ercan - @muratmirgun - [email protected]

Project Link: https://github.com/muratmirgun/pretgo

(back to top)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].