Giter Site home page Giter Site logo

devwrangler's Introduction

Hi there ๐Ÿ‘‹

I'm one of the co-founders of Yetto, a support tool built by and for support professionals.

Bio

  • ๐Ÿ˜„ Pronouns: He/Him/His
  • ๐Ÿข Current employer: Yetto
  • โš™๏ธ Languages: .py, .js, .rs, .html, .css,
  • ๐Ÿ’ฌ Ask me about: git, github, static site generators, python, support operations, Yetto
  • ๐Ÿ“ซ Contact me: by opening a New Discussion in my repository

devwrangler's People

Contributors

birdcar avatar

Stargazers

 avatar  avatar

Watchers

 avatar

devwrangler's Issues

Add Jinja 2 for templating

Right now, the JSON values for things like extensions.json are hardcoded into the code and then dumped to a file using the JSON module. This is probably not eggregiously wrong, but as devwrangler scales and starts to spawn additional files (or allows users to provide us with additional files) I'm certain we're going to want to have more flexibility and extensibility.

In my mind, the right solution here would be to add Jinja2 as a dependency and then maintain a folder of template files in the CLI's source directory. We could then add some very basic logic to the templates to determine what should or shouldn't exist as a feature or dependency when a user spawns a project while cleaning up our code considerably.

Add `Rich` for terminal beauty

The CLI functions but doesn't feel "fun" enough to me.

I get that that's subjective, but I'd love for it to be nice to look at and fairly clean when a user runs things. Rich is a fantastic library that allows for really beautiful terminal UI and I think it fits the bill perfectly.

VS Code's recommended extensions has moved to `extensions.json`

  • Dev Wrangler version: 0.2.1
  • Python version: 3.10.0
  • Operating System: macOS

Description

While trying to configure a dev environment on a new laptop, I noticed that the "requirements" key in settings.json was greyed out. After reading the docs it looks like recommended extensions moved into their own file in the .vscode directory: the extensions.json file

We'll need to have pydev create that file and then move our current list of extensions out of settings.json and into the new file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.