Repository to list all programming languages github supports.
The data is from the trending page
Install the pkg with npm:
npm i --save gitlang
or yarn
yarn add gitlang
import langs from 'gitlang';
console.log(langs);
MIT.
Repository to list all programming languages github supports.
The data is from the trending page
Install the pkg with npm:
npm i --save gitlang
or yarn
yarn add gitlang
import langs from 'gitlang';
console.log(langs);
MIT.