24 Commits

Author SHA1 Message Date
Alan Agius
95c72677a5 build: terminate process with non zero error code when build fails
At the moment, error can be undefined sometimes which is causing the process not to be terminated with a non zero error code.
2019-01-11 14:08:48 -08:00
Hans
a6f80e4fe7 Various QoL with TSLint and Docs (#12655)
* docs: add README files to all root folders

Except benchmark and tools.

* refactor: move rules/ directory to etc/

And fix a linting error that was found while updating tslint usage

* ci: lint errors out if TSLint shows a warning

This is not a warning from the code itself, but from TSLint. For example,
if a rule was missing, TSLint will just ignore the rule, show something on
STDOUT and not fail.

This fixes CI where local rules were missing for unknown reasons. It will
now fail CI when that happens, which is the correct behaviour.
2018-10-23 11:59:16 -07:00
Hans
efd78be4b0 ci: call main function from schematics bin 2018-09-25 10:08:42 -07:00
Charles Lyding
020e696a55 test: remove development purify bin helper 2018-09-19 11:34:02 -07:00
Hans
d417fa90c8 build: add create script to create a new project using local build 2018-09-14 21:29:31 -07:00
Filipe Silva
c2625271de feat(@angular-devkit/benchmark): add package 2018-09-10 14:19:22 -07:00
Charles Lyding
19f2ba1275 build: remove chalk dependency 2018-07-02 08:21:29 -04:00
Hans
8e29419da2 ci: add support for async scripts 2018-06-09 10:01:10 +01:00
Hans Larsen
a8f6586b3f ci: when script throws an error, exit with error code 2018-06-07 18:50:41 -07:00
Hans Larsen
44086c60ff build: move devkit repo back to angular-cli 2018-06-05 18:50:06 -07:00
Hans Larsen
3159690870 fix(@angular/cli): change the title of the process
This fixes an obscure Mac bug where VoiceOver would crash when listing
processes.

Fixes #6034.
2017-10-29 11:46:01 -07:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00
Hans
1572270b1c refactor(all): Repackaging (#2056)
Moving Angular-CLI into `packages/` and building the angular-cli.

The published packages will now have JavaScript only (with their d.ts), instead of being a mix of TypeScript and JavaScript, and it won't have the hacks of having a custom require extension to load the TypeScript.

Our development flow will be more streamlined, tools are going to be better (no more undefined symbols that are actually defined), and the npm packages will boot up way faster (since there's no more compilation during runtime).

Locally nothing changes, use `npm link` and run your local `ng`. Using the `npm` releases though it should be all javascript from the release.

The E2E tests also now uses the `dist` folder output to install in the new E2E app, making sure the process works for an app published to npm.

Note: Even though we're following the lerna structure, we won't be using their tool anytime soon.
2016-09-12 13:29:10 -07:00
Hans
b5e86c9fa9 feature: splitting the ast into its own packages (#1828) 2016-08-24 19:54:26 -07:00
Jesper Rønn-Jensen
b9a8ae4d63 chore: remove ember-cli references in comments 2016-07-27 15:07:07 +01:00
Christopher Martin
3581bf1600 refactor(bin): cleanup ng bin (#495) 2016-04-22 00:21:57 +01:00
zackarychapple
7ba8b394b0 feat(formatting): adding editor config, adding eslint and tslint config. 2016-03-24 22:02:42 -04:00
Hans Larsen
e122062c3a chore(): allow the CLI tool itself to use TypeScript.
This does not work for the Broccoli (yet).
2016-03-16 12:57:12 -07:00
Igor Minar
5ee0c1896d fix: remove debug output 2015-10-19 12:51:51 +01:00
Igor Minar
bcd8e975d8 refactor: custom analytics 2015-10-19 12:47:48 +01:00
rodyhaddad
d6c9cf9272 chore(*): change name from wrenchjs to angular-cli 2015-06-18 20:30:39 +02:00
rodyhaddad
9ae7d27b6d chore(cli): move ember proxy to lib folder 2015-04-16 16:33:37 -04:00
rodyhaddad
ff92806d70 feat(ember-cli): pass cli tool options to ember-cli 2015-04-02 15:52:57 -04:00
rodyhaddad
27f5a3e2f7 feat(npm): init package.json and create bin bridge file to ember-cli 2015-03-24 01:53:15 -04:00