Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Releases: foundation/foundation-cli

Version 1.0.4

08 Dec 15:00
Compare
Choose a tag to compare

Bundler fixes to run on Windows.

Version 1.0.3

05 Dec 19:43
Compare
Choose a tag to compare

Fixes numerous Windows issues for Windows users.

Version 1.0.1

03 Dec 19:40
Compare
Choose a tag to compare

Fixed a fatal error that came up when running foundation-apps -v.

Version 1.0.0

03 Dec 19:35
Compare
Choose a tag to compare

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

03 Dec 09:30
Compare
Choose a tag to compare
Version 1.0.0 RC1 Pre-release
Pre-release

It's just about there!

What's new:

  • The update notifier works.
  • Added help info for watch and build 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

03 Dec 09:07
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

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, and bundle separately, and shows a visual indication of which step it's on
  • Apparently the watch and build commands work, although I thought they didn't.

What's left:

  • Documentation related to new -v and new --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

03 Dec 01:29
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

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 and build
  • Usage analytics
  • ASCII yeti
  • More detailed install process