Skip to content

CLI to generate a simple Logo for mocking up sites so that developers don't have to go scrounging/paying for a logo.

License

Notifications You must be signed in to change notification settings

NateAyye/svg-logo-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG-LOGO-MAKER

GitHub

Description

CLI to generate a simple Logo for mocking up sites so that developers don't have to go scrounging/paying for a logo.

Table of Contents

Installation

CLI DOES NOT REQUIRE INSTALLATION

But if you want to install it to skip using the npx command use the bellow snippet

npm install -g svg-logo-maker

Usage

⇨ Open Example Video In Browser ⇦

If You have it installed globally(not recommended to have it installed per project) run:

svg-logo-maker

OR

svgen

OR if you don't want to install it what so ever use:

npx svgen

OR

npx svg-logo-maker

Using the npx Command Example

It will start prompting you with 4 simple questions in order to generate an svg within the current working directory.

Examples

Generating a Square Logo with npx svg-logo-maker

Using npx svg-logo-maker to generate an SVG

Generating a Triangle Logo with npx svgen

Using npx svgen to generate an SVG

Example Generated SVG

Example SVG

Contribution

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Basic Rules for contributing to this repo are gonna be held to standards with the Contributor Convenant Code of Conduct Standards.

Tests

Run npm run test

License

Refer to the MIT License file within the root of the repository;

Questions

Want to know me a little bit bette more? NateAyye's Profile

Want to get in contact with me?

About

CLI to generate a simple Logo for mocking up sites so that developers don't have to go scrounging/paying for a logo.

Topics

Resources

License

Stars

Watchers

Forks