Working on another repo

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • commandline-ssg

  • So this week for our lab we did more practice with working with another person's repo. This week I decided to mix it up a bit and work on a SSG in JavaScript, so I made a pull request for Ritik's repository. Our task was to add a new feature that would allow the user to input a JSON config file as an argument, that config file would contain a JSON object with all the arguments the user wanted to use for the HTML output. Such as input file, output location, stylesheet, language, etc.

  • Commander.js

    node.js command-line interfaces made easy

  • It was pretty easy to get back into JavaScript, although I never made many command line programs using JavaScript. I mainly only had used JavaScript for web development projects. So it was cool to see how Ritik did this using the Commander package. The feature was pretty simple to add because of Commander. It made it easy to add a new command line flag to accept -c or --config and then all I had to do was check if this flag existed. If it did then it would update the options to match the ones given in the config.json file, while setting defaults if no setting was given. Otherwise, it would run like normal using given command line arguments. You can find the branch I made here and the PR here.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • commandline-ssg

  • It was pretty easy to get back into JavaScript, although I never made many command line programs using JavaScript. I mainly only had used JavaScript for web development projects. So it was cool to see how Ritik did this using the Commander package. The feature was pretty simple to add because of Commander. It made it easy to add a new command line flag to accept -c or --config and then all I had to do was check if this flag existed. If it did then it would update the options to match the ones given in the config.json file, while setting defaults if no setting was given. Otherwise, it would run like normal using given command line arguments. You can find the branch I made here and the PR here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Create a Chat App With Node.js

    8 projects | dev.to | 30 Apr 2024
  • Theming using CSS Variables? Turn Them into VS Code Snippets for Faster, Error-Free Coding

    1 project | dev.to | 14 Apr 2024
  • Zx 8.0

    1 project | news.ycombinator.com | 7 Apr 2024
  • UI Libraries are Dying: What’s Next?

    1 project | dev.to | 3 Apr 2024
  • A Guide to Building CLI Tools in JavaScript

    2 projects | dev.to | 28 Mar 2024