ronan18 / source-me

A small, minimal application built with Electron which provides necessary tools needed for web development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

Source Me

Source Me is a small application which provides the necessary tools while developing a web application. The need for this application was because i was too lazy to go to the web & search for the packages, or fonts, or material design colors. So a small app was to be built to provide the necessary resources in a single click !
The application is built on Electron.

Show some ♥ by starring the repository & helping me to grow the app more.

Preview

Features

  • Fonts: A list of Google Fonts library.
  • CDN: A list of content delivery networks from cdnjs.
  • Material Colors: A curated list of material colors from Google's Material Design.
  • Icons: A container full of icons extracted from IonIcons.
  • Epsum: It generates epsum paragraphs with the help of baconepsum API.

How To Use

Clone the github repository. You need Node.js and npm installed your system. Go to terminal:

# Clone the repository
$ git clone https://github.com/theIYD/source-me.git

# Go to directory
$ cd source-me

# Install dependencies
$ npm install 

# Start the app
$ npm start
Note: The app runs currently only on Linux systems.

Download

You can download the app from here. Extract, start and enjoy !

Thanks To


License

Copyright (c) 2017 Idrees Dargahwala

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A small, minimal application built with Electron which provides necessary tools needed for web development.

License:MIT License


Languages

Language:JavaScript 71.5%Language:HTML 21.4%Language:CSS 7.1%