mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-11-22 16:34:27 +01:00
Table is production ready
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
const list = require('list.js');
|
||||
const List = require('list.js');
|
||||
|
||||
const main = () => {
|
||||
console.log('hi!');
|
||||
const userList = new List('md', {
|
||||
valueNames: [
|
||||
'name',
|
||||
'description',
|
||||
'homepage',
|
||||
'star',
|
||||
'updated',
|
||||
'language',
|
||||
'license',
|
||||
'author',
|
||||
],
|
||||
});
|
||||
console.log(`There are ${userList.size()} projects`);
|
||||
};
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user