Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c94006d881 | ||
|
35bbb1bbbb | ||
|
e94ff731f6 | ||
|
dcbfe081c5 | ||
|
e08e0bd74a | ||
|
46d0bfb89f | ||
|
93a9743a04 |
7
.npmignore
Normal file
7
.npmignore
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
src/
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
tsconfig.json
|
||||||
|
tslint.json
|
||||||
|
.editorconfig
|
@@ -1,4 +1,4 @@
|
|||||||
# svg-iconset
|
# svg-iconset-builder
|
||||||
Plugin to create iconsets from SVG files
|
Plugin to create iconsets from SVG files
|
||||||
|
|
||||||
> Disclaimer:<br>
|
> Disclaimer:<br>
|
||||||
@@ -9,11 +9,11 @@ Plugin to create iconsets from SVG files
|
|||||||
|
|
||||||
Support command line interface:
|
Support command line interface:
|
||||||
```
|
```
|
||||||
npm install svg-iconset -g
|
npm install svg-iconset-builder -g
|
||||||
```
|
```
|
||||||
Or you can install for yout project
|
Or you can install for yout project
|
||||||
```
|
```
|
||||||
npm install svg-iconset --save
|
npm install svg-iconset-builder --save
|
||||||
```
|
```
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svg-iconset",
|
"name": "svg-iconset",
|
||||||
"version": "0.0.3",
|
"version": "0.0.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svg-iconset",
|
"name": "svg-iconset-builder",
|
||||||
"version": "0.0.3",
|
"version": "0.0.6",
|
||||||
"description": "create iconset from separated svg icons",
|
"description": "create iconset from separated svg icons",
|
||||||
"main": "./dist/app.js",
|
"main": "./dist/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user