Skip to content

a generic json generator that represents any type of file as a generic content

Notifications You must be signed in to change notification settings

Shorotshishir/cs_contentmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Maker

A simple tool to make generic content definition from any number of files. This tool will take directory path as a parameter and generate a json file as output where all files in that directory will be defined in a generic way.

Tech

  • dotnet 8
  • linux

How to build

This tool was made in linux environment, switch the -r flag based on OS. Official rid Reference

dotnet publish -r linux-x64 --self-contained

rename the built file to contentmaker for easier access

How to Add to path

  • open file browser as superuser
  • copy the contentmaker to usr/local/bin/
  • restart terminal if already open

How to Use

command below will make a "content_data.json" on the current directory

contentmaker .

About

a generic json generator that represents any type of file as a generic content

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages