169 Commits

Author SHA1 Message Date
Alan Agius
cfe93fbc89 feat(@angular/create): add support for yarn create and npm init
With this change we add support to scaffold  an Angular workspace using `yarn create @angular` and `npm init @angular`. These shortcuts support all of the `ng-new` options.

Closes #10339 and closes #14292
2022-07-12 10:19:23 -07:00
Paul Gschwendtner
156f15e47f build: cleanup references to old master branch
Cleans up all referneces to the old `master` branch.
2022-05-04 09:55:54 -07:00
Alan Agius
3829fb20d6 docs: improve readme
Update readme to match that of angular/angular
2022-01-31 11:36:53 -08:00
Alan Agius
40fb1a1e00 docs: move developer guide into a seperate file
Currently, the `readme.md` also contains information on how to build and test the CLI which isn't useful to most users. With this change we move this information into a seperate document.
2022-01-31 11:36:53 -08:00
Alan Agius
6df962c7a4 refactor: remove build-optimizer from repo
This package is deprecated and should not be used. It has always been experimental. All the relevant functionality has been moved into `@angular-devkit/build-angular`.
2022-01-27 11:06:00 -08:00
Alan Agius
0b27cfb720 build: update minimum supported node.js version to 12.14
This is to match the ranges in the framework repo.
2021-04-27 17:26:56 +02:00
Alan Agius
f6e1fd84a2 refactor(@angular-devkit/schematics-cli): move @schematics/schematics into this package
This change removes the need for the `@schematics/schematics` package and moves it inside `@angular-devkit/schematics-cli`.
2021-04-02 08:09:07 +02:00
Charles Lyding
b8d296a8f4 build: remove unused @schematics/update package
The `@angular/cli` transitive dependency package `@schematics/update` is no longer used by the Angular tooling and has been removed.
The update logic previously present in `@schematics/update` is now located within the `@angular/cli` itself.
2021-03-29 08:18:11 -06:00
Alan Agius
1c48a24e92 docs: fix tests with Bazel link 2021-01-28 09:35:50 +01:00
Keen Yee Liau
b1f08585f7 build: delete @angular-devkit/build-ng-packagr
BREAKING CHANGE:

Deprecated `@angular-devkit/build-ng-packagr` has been removed.
Please use `ng-packagr` builder from `@angular-devkit/build-angular`
instead.

Note: this change doesn't effect application and library developers,
as they will be migrated to use the new builder during ng update.
2020-10-08 13:13:11 -07:00
Alan Agius
016700ba76 docs: fix incorrect number of test suites 2020-09-30 10:30:29 +02:00
Jefiozie
b2f0f074bf docs: update testing chapter with general test commands
Closes: #18710
2020-09-08 11:00:01 +02:00
Doug Parker
1aac244541 docs(@angular/cli): Adds developer documentation.
I wrote down my understanding of the best ways to build/run/test/debug this repository.

A couple other random things included here:
* Removed an extraneous `debugger;` statement which I kept hitting.
* Removed the `watch` scripts which are no longer used and don't need to be supported.
* Removed `yarn test-cli-e2e`, as it alters the $PATH and can use the wrong `ng` instance.
2019-11-14 11:12:29 -08:00
Amadou Sall
086690a77c docs: state in the README that minimum Node.js version is 10.13 2019-10-24 12:05:54 -07:00
Amadou Sall
aebcbfed1a docs: add Architect CLI to the "Tooling" section 2019-06-06 14:23:35 -07:00
Amadou Sall
a89a5b59a4 docs: remove mention of the Angular CLI depending on Node 8 2019-06-06 14:23:35 -07:00
Alan Agius
914f99d75e docs: change link for CLI readme to be relative 2018-12-06 11:45:26 -08:00
Alan Agius
a3e3bb2524 docs: point root README to branch-relative links
Fixes #12700
2018-11-19 17:21:55 -08:00
Hans
3d279861d7 docs: add getting started section to README 2018-10-03 16:33:07 -07:00
Hans
202117a68e ci: add CONTRIBUTING as a template and various changes
Added types from the commit validation script to CONTRIBUTING. Added
packages names from the package script to the scope section. Added
examples of good commit messages.

Also corrected some texts.
2018-10-03 16:33:07 -07:00
Abraham Williams
ffdbb0a1cf docs: Fix README license badge (#11127) 2018-08-14 07:15:18 -07:00
Hans Larsen
bd423e21a0 build: remove @schematics/package-update package
Its unused.

Fixes #11674.
2018-08-03 14:31:18 -04:00
Hans
3d92f5107e release: rewrite the README slightly and reorder packages 2018-06-06 14:23:26 -07:00
Hans Larsen
44086c60ff build: move devkit repo back to angular-cli 2018-06-05 18:50:06 -07:00
Charles Lyding
4790d0c68f docs: remove circleci and caretaker README badges 2018-05-16 08:21:10 +01:00
Deborah Kurata
6a3245a877 docs(@angular/cli): Update Readme with node and npm verisons 2018-05-14 16:45:15 -04:00
Mike Brocchi
d5afc72805 fix(@angular/cli): Update readme and remove unused code 2018-05-01 10:39:56 -07:00
Jose E
62d3c05c35 docs: update readme cache instructions
Correcting typo
2018-02-26 08:52:50 +00:00
Jose E
03060fbc37 docs: update readme cache instructions
Swapped the npm cache verify around (line 130). Commented out the npm cache clean for npm version older than 5.
2018-02-22 12:25:50 -08:00
PhilippeMorier
b2002ab27e docs: fix path of CircleCI badge 2018-02-21 11:34:30 -08:00
Rishabh Shah
cfd007c33b docs(@angular/cli): update command to generate component 2018-01-26 09:56:24 +00:00
Ahsan Ayaz
00990888b0 docs(@angular/cli): Updated instructions for cli update for npm version > 5
Updated readme for updating Angular CLI for npm version > 5
2017-10-05 14:39:00 -04:00
Slaven Tomac
5699253232 docs(@angular/cli): Remove false information about current version.
Remove false information about current version. It says it's still at
1.0 version.
2017-09-13 10:39:23 -07:00
Hans Larsen
d03e8dcabe
release: change caretaker to filipesilva 2017-08-23 15:17:52 -07:00
Hans Larsen
f86004fd7a
release: change caretaker to hansl 2017-08-18 10:17:13 -07:00
Hans Larsen
96c733138c
release: update new caretaker 2017-08-03 11:34:12 -07:00
Hans Larsen
fb5ee6c3a5 docs: add more badges 2017-08-02 20:56:56 +01:00
Hans Larsen
91dc191010 docs: remove CHANGELOG link from README 2017-07-06 10:05:38 -07:00
Michael Prentice
7f3471aefe docs: update npm-link docs URL 2017-07-05 16:17:31 -07:00
Jesse Palmer
9029d4f1e6 docs: update reference 2017-06-06 16:05:35 +01:00
Steven Sinatra
ee05334695 docs: slight update to relative path generation guide
The `README.md` threw me off when trying to generate a module or component that is nested in another module. This update reflects the solution in #2136.

Close #5506
2017-05-09 07:17:22 -07:00
Elmer Dantas
31fbf00750 docs: add module auto-import note
Change in a update version of README to create a new PR (as suggest by Brocco)

Close #5470
2017-05-09 07:17:22 -07:00
Tyler
a67eb07f17 fix(@angular/cli): Update README.md project generation text. (#5958)
angular-cli/packages/@angular/cli/utilities/validate-project-name.ts looks for hypen(-) rather than the listed underscore(_).
2017-05-04 20:17:28 +01:00
Kirill Cherkashin
e7e43a5e45 docs(@angular/cli): Add update guide link to the 'Update" section (#5878) 2017-04-11 05:56:07 -06:00
Filipe Silva
a23dee8056 docs: update CONTRIBUTING.md.
Based on updates to https://github.com/angular/angular/blob/master/CONTRIBUTING.md.
2017-03-29 15:04:04 -07:00
laco0416
ec34fcc60c docs: fix 1.0 update story link
Close #5604
2017-03-29 10:59:12 +01:00
Niklas
798a4c75bc docs: link to generate docs
Close #5475
2017-03-29 10:57:55 +01:00
Filipe Silva
5c1593319e docs: add 1.0 upgrade guide
Fix #5484
2017-03-23 17:59:13 -07:00
Charles Lyding
1834fc16ff docs: remove mention of outdated live reload option
Close #5225
2017-03-09 10:45:38 +00:00
Benjamin Cabanes
5339e4a6b6 docs: add Guard generator option in README
Add the Guard param on the options table of the generator in the README.
It was implemented by #4055.

Close #5069
2017-03-09 10:39:33 +00:00