178 Commits

Author SHA1 Message Date
sashaphmn
32d2e2d029 docs: readme
Made some corrections in the documentation
2024-11-27 15:59:19 +01:00
Joey Perrott
fcf6426732 ci: remove circleci as we no longer rely on it
Remove CircleCI artifacts and configuration
2024-11-12 13:09:11 -08:00
Ash Ramirez
434a3740f0 refactor(@angular/cli): update aio links -> adev links
Updates for all angular.io links to the new angular.dev domain. Additionally, adjustment to new resources where the equivalent does not exist on the new site (e.g. Tour of Heroes tutorial)
2024-06-06 11:12:06 +02:00
David LJ
856f29cc07 docs: update README.md from template 2024-05-27 08:08:52 +02:00
Charles Lyding
cb18da3917 fix(@angular/cli): change update guide link to angular.dev
References to the Angular update guide now use the new angular.dev site.
2024-05-17 12:44:40 -04:00
Charles Lyding
810d213e18 feat(@angular/build): introduce new official build system package
The `@angular/build` package has been introduced to house the esbuild/Vite-based
build system that was newly introduced as stable in v17. The existing
`@angular-devkit/build-angular` package will continue to contain the Webpack-based
build system and to ensure backwards compatibility it will also provide aliases
for the esbuild/Vite-based build system. The changes here are the first stage
of the builder transition and moves the `application` builder into the new package.
The application builder can now be accessed when this package is installed directly
via `@angular/build:application`.

No changes are required for existing projects.
2024-04-18 17:24:23 +02:00
Alan Agius
3fe432c71b refactor: update code to integrate universal repo
This commit updates the moved universal code into the cli pipeline
2023-08-22 20:44:53 +00:00
alkavats1
e3556b3298 docs: removed the deprecated tag of align center in readme file 2023-06-14 11:23:13 +02:00
alkavats1
6abff16f03 docs: updated the i tag to the em tag in the html and docs 2023-06-09 10:49:11 +02:00
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