Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ubiquits/toolchain

ubiquits347MIT2.0.1-1

Toolchain for ubiquits projects, modules & core

ubiquits, toolchain

readme

Ubiquits toolchain

This is the toolchain for building ubiquits projects, modules and core

Quickstart

npm install -g @ubiquits/toolchain && u

Developer Guide

See http://ubiquits.com/guide/cli for full documentation on the usage of this tool.

changelog

2.0.1-1 (2016-11-22)

Bug Fixes

  • tests: Fixed importing of main files into server tests, fixed css loading failing angular tests (14d5e20)
  • tests: Use absolute path to mocha bin (cb2b441)

2.0.1-0 (2016-11-19)

2.0.0-0 (2016-11-19)

Bug Fixes

  • test: Fixed tests running in parallel (0aa428f)

1.0.0-0 (2016-11-19)

Bug Fixes

  • tests: Switched order of unified tests due to karma bug (5b4538e)
  • upgrade: Added babel compilation to deal with the regression in angular injector (61f2ab1)
  • upgrade: Unified casing of test shims, removed babel transpilation hack, renamed tsconfig base to remove .all, removed testbed bootstrapping, added inclusion of common specs to server scope, (975a2bd)

0.3.3 (2016-08-03)

Bug Fixes

  • init: Add validation to initialization of project name to ensure compatibility with package.json naming conventions (d9d0d9b)

0.3.2 (2016-08-01)

Bug Fixes

  • compile: Temporarily suppress sourcemap output in compile (7e4b1cd)

0.3.1 (2016-07-28)

Bug Fixes

  • tsdoc: Fix tsdoc not working with ts@2.0.0 (e8a228c)

0.3.0 (2016-07-27)

Bug Fixes

  • remote conn: Stop server key generation prompting for password (1ece880)

Features

  • connection: Implement basic remote connection passthrough of credentials, add option to skip browser compilation, (9dfd210)
  • crypto: Completed implementation of password prompting for key generation and jwt signing (0acdadd)
  • crypto: Implement key generation and jwt signing (b965d16)
  • crypto: Implemented passthrough of jwt for authentication, added key generation to the quickstart tour (fe10440)
  • remote conn: Add ability for tour to skip, pass through terminal column width to server (642ddd2)

0.2.4 (2016-07-20)

Bug Fixes

  • watch: Update watch to use the dist destination (4469b1c)

0.2.3 (2016-07-20)

Bug Fixes

  • bin: Update bin execution to exit process when failure occurs (32811a7)

0.2.2 (2016-07-19)

Bug Fixes

  • npm: Dropped copying of package.json into lib as it does not work with travis ci deploy pattern (bcf7b9f)

Features

  • npm: Added copying of package.json to lib so it can be published from there (5d802ea)

0.2.0 (2016-07-19)

Features

  • typescript: Updated to typescript 2.0, fixed number of issues with build (fa2c256)

0.1.42 (2016-07-07)

Features

  • gitter: Add gitter sidecar support (df23d46)

0.1.41 (2016-07-07)

Features

  • docs: Updated docs template for news articles (0e13b45)

0.1.40 (2016-07-05)

0.1.39 (2016-07-05)

0.1.38 (2016-07-05)

0.1.37 (2016-07-05)

Features

  • docs: Add drafts plugin (fbba3a0)

0.1.36 (2016-07-04)

0.1.35 (2016-07-01)

Bug Fixes

  • docs: Fix doc sort order for guide collection to be collectionSort, title (c5219ab)

0.1.34 (2016-06-30)

Features

  • watcher: Add env flag to force nodemon to allow color output (4bd2ea5)

0.1.33 (2016-06-28)

0.1.32 (2016-06-22)

0.1.31 (2016-06-22)

0.1.30 (2016-06-20)

0.1.29 (2016-06-20)

0.1.28 (2016-06-20)

0.1.27 (2016-06-20)

Bug Fixes

  • chalk: Fixed incorrect chalk call (d246a8a)

0.1.26 (2016-06-20)

Bug Fixes

  • initialization: Fixed default for name using email default (e8e9363)

0.1.25 (2016-06-20)

Features

  • tour: Implement basic tour to familiarize users (c6b1b85)

0.1.24 (2016-06-18)

Bug Fixes

  • initialization: Add forced fallback when package is empty (e1a71d1)
  • initialization: Added fallback for if the current user signature cannot be found for commit (0dda8fe)
  • initialization: Added fallback for when the username/email can't be found (000cfde)
  • initialization: Correct fallback for commit author to verify the email (e053d58)

0.1.23 (2016-06-18)

0.1.22 (2016-06-17)

0.1.21 (2016-06-17)

0.1.20 (2016-06-17)

0.1.19 (2016-06-16)

0.1.18 (2016-06-15)

0.1.17 (2016-06-14)

0.1.16 (2016-06-14)

0.1.15 (2016-06-14)

0.1.14 (2016-06-14)

0.1.13 (2016-06-14)

0.1.12 (2016-06-13)

0.1.11 (2016-06-13)

0.1.10 (2016-06-10)

0.1.9 (2016-06-10)

0.1.8 (2016-06-09)

0.1.7 (2016-06-09)

Features

  • docs: Made metalsmith port configurable, updates to the templates and styling for docs (8be63a3)

0.1.6 (2016-06-09)

0.1.5 (2016-06-09)

Features

  • docs: Added check to only include the livereload plugin if in watch mode. (11d2f73), closes #6

0.1.4 (2016-06-08)

Features

  • cli: Major refactor of the doc deployment strategy. (08cfaf7), closes #4
  • deploy: Broke down the deploy script into slightly smaller components (621efd6)

0.1.3 (2016-06-08)

Features

  • cli: Updates to styles, fixed package author extraction, fixed issue where non module missing errors caused local fallback, added headingsidentifier metalsmith plugin, added alias for ubiquits bin (ae64c1e), closes #3

0.1.2 (2016-06-08)

Features

  • cli: Updated quickstart repo name (a205836)

0.1.1 (2016-06-08)

Features

  • cli: Fixed logging error when called from external, added prefer global, fixed double output of linter (ac6388e)

0.1.0 (2016-06-08)

Features

  • cli: Implemented initializer task, still need to start watchers on intitializer (c0657ca)

0.0.13 (2016-06-03)

0.0.11 (2016-06-03)

0.0.10 (2016-06-02)

Bug Fixes

  • npm: fixed broken package.json (6175b95)

Features

  • deployment: reordered deployment script so paths are correct (cc43a8e)
  • documentation: adds documentation deployment script (a95ec56)
  • documentation: dropped api, implemented new layout with custom handlebars helpers (06adfb6)
  • documentation: Implemented metalsmith build process for docs (fa2e556)
  • documentation: implemented non overwriting of assets (c4949c7)
  • documentation: re-added api with _blank targets for externals, implemented metalsmith define, date formatter & headings, updated theme (1b7d252)
  • documentation: Updated paths to source from config, refactored to .hbs extension, added typedoc default theme (bb0b4e6)

0.0.8 (2016-05-28)

Features

  • exceptions: Added source mapping support for api exception stacktracing (6787443)

0.0.7 (2016-05-27)

Features

  • coverage: Added coveralls task (c8f9224)

0.0.6 (2016-05-27)

Bug Fixes

  • coverage: Fixed coverage pathing (a599357)

0.0.5 (2016-05-27)

Features

  • travis: Add custom chrome flags for travis to use (a8b5cb6)

0.0.4 (2016-05-27)

Features

  • infrastructure: Implemented live reloading (286776f)
  • infrastructure: Refactored to output es6 modules and separate lib from dist for package management, fixed nodemon not working without gulpfile (1b1cbe8)

0.0.3 (2016-05-25)

Features

  • browser: Fixed unit test for api to ignore both main files on build (6984374)
  • infrastructure: Removed complilation of _demo, renamed api to server and nested source in src dir (f4dbb9b)

0.0.2 (2016-05-25)

Features

  • browser: Added browser config, reconfigured to support external loading (610a465)
  • npm: Added package.json (2933c77)