Skip to content

Commit

Permalink
Create asset100
Browse files Browse the repository at this point in the history
Create asset100
  • Loading branch information
Venkatrao1234 authored Jul 13, 2023
1 parent 022e3f8 commit 511eb25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/scripts/asset100
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const fs = require('fs');
const data = require('../../data.json');

const TPL_FILE = './.github/tpl.md';
const TARGET = './README.md';

const tpl = getTemplate(TPL_FILE);

const categories = {};

data.repositories.sort((a, b) => {
const nameA = a.name.toUpperCase();
const nameB = b.name.toUpperCase

0 comments on commit 511eb25

Please sign in to comment.