This repository was archived by the owner on Jan 14, 2022. It is now read-only.
Version 1.1
This update drastically improves stability, error-handing, and cross-platform support.
New Features:
- Dropped the Ruby dependency. Yes, this is a feature! The starter project now compiles with libsass, which means you don't need Ruby or Bundler on your machine to use it.
- Use
foundation-apps new app -v 1.x.xto use a different version of the framework. If you're extra-adventurous, usefoundation-apps new app --edgeto install Foundation for Apps directly from the master branch. - The
newcommand will copy_settings.scssout of the Foundation for Apps Bower package, into a new project'sscssfolder.
Stability improvements:
- Every command that leverages Bower or npm uses the actual library, instead of using
exec()to spawn a child process. This makes the process of setting up a new project way less error-prone. - The
newcommand uses more asynchronous functions (like you're supposed to in Node!), which makes it a little faster. - The
newcommand will warn you if you try to:- Install as root
- Install without Git installed
- Set
-vto an invalid version number (following semver patterns) - Create a project with the name of an existing folder