File tree Expand file tree Collapse file tree 4 files changed +20
-17
lines changed Expand file tree Collapse file tree 4 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 timeout-minutes : 30
1313 steps :
14- - run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
14+ - name : Prepare NPM Token
15+ run : echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
16+ shell : bash
17+ env :
18+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
1519 - uses : actions/setup-node@v1
1620 with :
1721 node-version : 14.x
Original file line number Diff line number Diff line change 1- # @ ionic/angular-toolkit
1+ # Angular Toolkit monorepo
22
3- [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
4- [ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&identifier=151767795 )] ( https://dependabot.com )
5- [ ![ npm] ( https://img.shields.io/npm/v/@ionic/angular-toolkit.svg )] ( https://www.npmjs.com/package/@ionic/angular-toolkit )
3+ This is a monorepo with the follow packages
4+
5+ | Package | Source | Version |
6+ | ------------------------------------------------------------------------------------| ----------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------|
7+ | [ ` @ionic/angular-toolkit ` ] ( https://www.npmjs.com/package/@ionic/angular-toolkit ) | [ ` ./packages/schematics ` ] ( ./packages/schematics ) | [ ![ npm] ( https://img.shields.io/npm/v/@ionic/angular-toolkit.svg )] ( https://www.npmjs.com/package/@ionic/angular-toolkit ) |
8+ | [ ` @ionic/cordova-builders ` ] ( https://www.npmjs.com/package/@ionic/cordova-builders ) | [ ` ./packages/cordova-builders ` ] ( ./packages/cordova-schematics ) | [ ![ npm] ( https://img.shields.io/npm/v/@ionic/cordova-builders.svg )] ( https://www.npmjs.com/package/@ionic/angular-toolkit ) |
69
7- Angular Schematics and Builders for ` @ionic/angular ` apps.
Original file line number Diff line number Diff line change 11# ` @ionic/cordova-builders `
22
3- > TODO: description
3+ A collection of builders for ` @ionic/angular ` projects using Cordova.
44
5- ## Usage
5+ To add these builders to your project, run
66
7+ ``` shell
8+ ng add @ionic/cordova-builders
9+ ```
Original file line number Diff line number Diff line change 1- # ` schematics `
1+ # ` @ionic/angular-toolkit `
22
3- > TODO: description
3+ A collection of schematics for ` @ionic/angular ` projects.
44
5- ## Usage
6-
7- ```
8- const schematics = require('schematics');
9-
10- // TODO: DEMONSTRATE API
11- ```
5+ This packages is provided by default to all ` @ionic/angular ` projects by default.
You can’t perform that action at this time.
0 commit comments