1.2.0 • Published 5 years ago

@zengulp/assets v1.2.0

Weekly downloads
1
License
(ISC OR CC-BY-4.0...
Repository
github
Last release
5 years ago


Installation

  • NPM:

    npm install @zengulp/assets --save-dev
  • Yarn:

    yarn add @zengulp/assets --dev

Usage

Directory and file structure:

@zengulp/assets
│
└── brand
    │
    ├── logo
    │   │
    │   ├── logo.svg         - full-sized logo in color
    │   ├── logo.min.svg     - minified logo in color
    │   ├── logotype.svg     - full-sized logo with name in color
    │   └── logotype.min.svg - minified logo with name in color
    │
    └── media
        │
        └── github
            │
            ├── header
            │   ├── assets.svg      - full-sized README.md header for @zengulp/assets
            │   ├── assets.min.svg  - minified README.md header for @zengulp/assets
            │   ├── cli.svg         - full-sized README.md header for @zengulp/cli
            │   ├── cli.min.svg     - minified README.md header for @zengulp/cli
            │   ├── core.svg        - full-sized README.md header for @zengulp/core
            │   ├── core.min.svg    - minified README.md header for @zengulp/core
            │   ├── zengulp.svg     - full-sized README.md header for the main zengulp repository
            │   └── zengulp.min.svg - minified README.md header for the main zengulp repository
            │
            ├── avatar.png      - full-sized GitHub Avatar
            ├── avatar.min.png  - minified GitHub Avatar
            ├── divider.svg     - full-sized README.md branded divider
            └── divider.min.svg - minified README.md branded divider

Contribution

Any contribution is appreciated. To get going, check out the contribution guidelines. Thank you and have fun!

License

Dual license. You may use it under the ISC license or the CC-BY-4.0 license.

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago