Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

ryangittings/blyth

Repository files navigation

Blyth

CI

This is the pure CSS framework for speed and flexibility. It uses CSS variables, and features:

🚨 Docs are in the works

Creating a command (Mac)

You can create a helper command to quickly spin up new Blyth projects using blyth your-project-name. To do this:

  • Create new command file, touch ~/.my_custom_commands.sh
  • Open the file using nano, sudo nano ~/.my_custom_commands.sh
  • Add the following:
function blyth() {
  git clone git@github.com:ryangittings/blyth.git $1
  cd $1
  rm -rf .git
  yarn
}
  • Open ~/.bashrc or ~/.zshrc using any text editor you have
  • Add source ~/.my_custom_commands.sh
  • Save file
  • Refresh config file, source ~/.bashrc or . ~/.zshrc
  • Done!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published