init: Alfred preferences
This commit is contained in:
10
Alfred.alfredpreferences/snippets/npm/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/npm/info.plist
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>snippetkeywordprefix</key>
|
||||
<string></string>
|
||||
<key>snippetkeywordsuffix</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "node_modules\/",
|
||||
"uid" : "641F367C-943E-477E-9F7F-3665660A7EA5",
|
||||
"name" : "node_modules\/",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm --version",
|
||||
"uid" : "F3DDC692-2BAC-46D6-8698-1ED6E5AC46E2",
|
||||
"name" : "npm --version",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm cache clean --force",
|
||||
"uid" : "4DF71D21-98F9-47F9-8DA3-985F03D32B6A",
|
||||
"name" : "npm cache clean --force",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm config delete prefix",
|
||||
"uid" : "1F7A377A-B67D-4BE9-8CBF-AF3758809253",
|
||||
"name" : "npm config delete prefix",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm init -y",
|
||||
"uid" : "F64F9297-9E06-4255-8EE5-A5D1A138B0AB",
|
||||
"name" : "npm init -y",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm init",
|
||||
"uid" : "B5710C49-260E-4293-B33A-CC5C040E462D",
|
||||
"name" : "npm init",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm install",
|
||||
"uid" : "46FF961E-D838-4564-BBDA-21631D5A1DA8",
|
||||
"name" : "npm install",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm install lit",
|
||||
"uid" : "7412027F-3ADC-4D12-AA45-9B8F8CFFFCA7",
|
||||
"name" : "npm install lit",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm install vite --save-dev",
|
||||
"uid" : "04EFD201-7308-4FFE-A59F-B13596ABAD6D",
|
||||
"name" : "npm install vite --save-dev",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "npm run dev",
|
||||
"uid" : "D6A06437-5D39-4568-AAF6-D82ECFDE7249",
|
||||
"name" : "npm run dev",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user