E5C5 GitHub - fabiofabbrucci/SmacssSkeletonGenerator
[go: up one dir, main page]

Skip to content

fabiofabbrucci/SmacssSkeletonGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Smacss or BEM Skeleton Generator

SMACSS or BEM Skeleton Generator is a command line tool that helps you create SMACSS or BEM skeleton.

FAQ

Why should you use this tool?
Because generate skeleton is a boring a task. Let the machines do the boring job.
Who's this tool useful to?
Frontend Developer who loves make CSS in a modular way.
Who'll not find this tool useful?
Creative Designer who says "I can modify a CSS file but I'm not able to create a new one."
And astronauts too.

Installation

  • Checkout this repository in your Sites folder (eg. ~/Sites/SmacssSkeletonGenerator) git clone https://github.com/fabiofabbrucci/SmacssSkeletonGenerator
  • Add execution permission to smacsssg.sh typing chmod +x smacsssg.sh
  • Create an alias in your .bash_profile adding: alias ssg='~/Sites/SmacssSkeletonGenerator/smacsssg.sh'

Usage

To create the skeleton of new module you don't need anything! Simply type: ssg

Step 1 - Name of Module
step1
Step 1 - Separator
step1
Step 2 - Components of Module
step2
Step 3 - Get the output
step3
In this step you'll find a ready to use _nameofmodule.scss file.

Otherwise you can copy your Skeleton and be ready to use it.

Also

Thanks to all people who's helping me improving and make me loving my job.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0