This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Releases: foundation/foundation-cli
Releases · foundation/foundation-cli
Version 1.0.4
Bundler fixes to run on Windows.
Version 1.0.3
Fixes numerous Windows issues for Windows users.
Version 1.0.1
Fixed a fatal error that came up when running foundation-apps -v
.
Version 1.0.0
It's the real thing!
What's new:
- Updated the messages shown when installing with
new
Eventual goals:
- Write unit tests.
- Once we feel confident in accepting PRs, we'll open source the codebase.
- Integrate analytics by way of the
insights
module. - Add support for installing a specific version of the framework, or switching to libsass.
- Maybe a fancier install screen?
Version 1.0.0 RC1
It's just about there!
What's new:
- The update notifier works.
- Added help info for
watch
andbuild
commands. - Pruned unused npm packages.
- Added correct link to Foundation for Apps documentation
What's left:
- Testing!
Eventual goals:
- Write unit tests.
- Integrate analytics by way of the
insights
module. - Add support for installing a specific version of the framework, or switching to libsass.
- Maybe a fancier install screen?
Version 0.2.0
Not gonna lie, the main reason this release exists is to see if the update-notifier
module works.
What's new:
- An ASCII yeti/snow monster greets the user post-install, and when setting up a new project
- The installer runs
npm install
,bower install
, andbundle
separately, and shows a visual indication of which step it's on - Apparently the
watch
andbuild
commands work, although I thought they didn't.
What's left:
- Documentation related to
new -v
andnew --libsass
should be taken out, as those features won't be ready for 1.0. - The
docs
command should link to the production URL of the Apps documentation.
Eventual goals:
- Integrate analytics by way of the
insights
module - Add support for installing a specific version of the framework, or switching to libsass.
Version 0.1.0
This pre-release build has all of the core functionality of the CLI.
Commands:
- new: setup a new project
- update: update an existing project
- watch: run
npm start
- build: run
npm start build
- help: list all commands or get help for a command
Things left to do:
- Verify that the update notifier works
- Functioning
watch
andbuild
- Usage analytics
- ASCII yeti
- More detailed install process