ganobrega / desprogramatizador

🤓 To translate developer language for people's language

Home Page:https://desprogramatizador.com.br

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avatar

Desprogramatizador

Travis license GitHub contributors

To translate developer's language for people's language

View project

View political translator

Add new words

It is simple, you need to access the src/library.json, add the new word and submit a pull request.

Example:

  "bug": "problema"

It need that all words in our library.json using the correct grammar and lowercase.

Getting Started

This project uses Pug, Stylus and Webpack.

# Clone this repository
$ git clone git@github.com:ganobrega/desprogramatizador.git
$ cd desprogramatizador

# install dependencies
$ npm i

# Run the project
$ npm start

With the commands above, you have everything to start.

Post CSS libs

For grid system uses Autoprefixer to make easy use browser prefixes, Lost with some help from, Rucksack for animations, reset and a lot of great mixins, Rupture for responsive utilities. And Font Magician to get the webfonts.

Code Standards

This project uses the Coding Style of LFeh as code reference.

To help you, this project has a npm run fix command to fix all eslint errors.

Tasks

  • npm start: run all tasks and initialize watch for changes and a server
  • npm run build: run all production tasks create a dist folder to deploy
  • npm run lint: lint javascript and css
  • npm run fix: command to fix all eslint errors
  • npm run deploy: run all tasks to build and deploy on gh-pages

Credits

  • Felipe Fialho - Base project from Despolitizador
  • Gabriel Nobrega - Features for developers translation

License

MIT License © Felipe Fialho

About

🤓 To translate developer language for people's language

https://desprogramatizador.com.br

License:MIT License


Languages

Language:JavaScript 43.5%Language:Stylus 33.1%Language:Pug 23.5%