Giter VIP home page Giter VIP logo

cfg-reader's Introduction

Hi there, i'm Timo ๐Ÿ‘‹

More at tbeck.dev

About me

  • ๐Ÿซ mostly self-taught
  • โš™๏ธ gaining fullstack experience since 2018
  • ๐ŸŒŸ highly confident developing Typescript and Golang

Whats up?

๐Ÿš€ I am currently working on several full-stack side projects.

โœ‰๏ธ If you would like to work with me contact me via Discord (Timo9#4468)

Skills - Technologies I use to realize Projects

Languages & Frameworks

bash c cplusplus csharp go html5 java javascript php laravel python sass typescript react vuejs nuxtjs svelte tailwind discordjs nestjs

DevOps & Others

azure github git netlify docker nodejs electron linux mariadb mysql nginx traefik postgresql redis sqlite mongodb figma solana altv cloudflare pocketbase

cfg-reader's People

Contributors

abstractflo avatar timo972 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

cfg-reader's Issues

Object Keys parsed as string

If i create an object like

{
    "client-files": []
}

then parser write the key as string in cfg like:

'client-files': []

The key must be created without the string literals

Serialization method public

It would be great, if there can be the serialization method to be public. I don't use fs in my project and i want to store the cfg by myself

Determining the ip address in value.

If the value in the field is the ip address 0.0.0.0, the parcer determines it as a digit

server.cfg

host:'0.0.0.0', port:'7788', players:'1024', announce:'false'

Js output

{ host: 0, port: 7788, players: 1024, announce: false }

Prevent remove space in values

The parser removed all spaced in any value strings.

description: 'This is my awesome description'

Would become this output

{
   description: 'Thisismyawesomedescription'
}

Array indentation not workin

If i store a value as array, the value indentationshould not work. I guess it doesn't matter, but for readability it would be nice if the array has 2 spaces or a tab as indentation.

{
  array: [ "entry" ]
}

Would become

array: [
'entry'
]

Better:

array: [
    entry
]

Receiving a broken string

if you want to get a password that Starts with a number , the password will not be read completely.

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.