mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update cmd line
This commit is contained in:
parent
67a507d530
commit
8c55f6b749
214 changed files with 48553 additions and 48489 deletions
28
snippets/B5-Snippets/test.js
Normal file
28
snippets/B5-Snippets/test.js
Normal file
|
@ -0,0 +1,28 @@
|
|||
var jsonConcat = require("json-concat");
|
||||
|
||||
jsonConcat({
|
||||
src: [
|
||||
"snippets/types/utility.json",
|
||||
"snippets/types/modal.json",
|
||||
"snippets/types/navigation.json",
|
||||
"snippets/types/carousel.json",
|
||||
"snippets/types/grid.json",
|
||||
"snippets/types/buttons.json",
|
||||
"snippets/types/collapse.json",
|
||||
"snippets/types/cards.json",
|
||||
"snippets/types/pagination.json",
|
||||
"snippets/types/breadcrumb.json",
|
||||
"snippets/types/content.json",
|
||||
"snippets/types/forms.json",
|
||||
"snippets/types/list-group.json",
|
||||
"snippets/types/progressbar.json",
|
||||
"snippets/types/fonts.json",
|
||||
"snippets/types/templates.json"
|
||||
],
|
||||
dest: "snippets/bootstrap.json"
|
||||
}, function (json) {
|
||||
console.log(json);
|
||||
});
|
||||
|
||||
// "snippets/types/utility.json",
|
||||
// "snippets/types/templates.json"
|
Loading…
Add table
Add a link
Reference in a new issue