Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created February 3, 2018 10:58
Show Gist options
  • Select an option

  • Save filipgorczynski/bf660d07ec7bb3abdf925bb8b5b59386 to your computer and use it in GitHub Desktop.

Select an option

Save filipgorczynski/bf660d07ec7bb3abdf925bb8b5b59386 to your computer and use it in GitHub Desktop.
Creating empty Angular 5 project
create ng5FaB/README.md (1022 bytes)
create ng5FaB/.angular-cli.json (1243 bytes)
create ng5FaB/.editorconfig (245 bytes)
create ng5FaB/.gitignore (529 bytes)
create ng5FaB/src/assets/.gitkeep (0 bytes)
create ng5FaB/src/environments/environment.prod.ts (51 bytes)
create ng5FaB/src/environments/environment.ts (387 bytes)
create ng5FaB/src/favicon.ico (5430 bytes)
create ng5FaB/src/index.html (293 bytes)
create ng5FaB/src/main.ts (370 bytes)
create ng5FaB/src/polyfills.ts (2405 bytes)
create ng5FaB/src/styles.css (80 bytes)
create ng5FaB/src/test.ts (642 bytes)
create ng5FaB/src/tsconfig.app.json (211 bytes)
create ng5FaB/src/tsconfig.spec.json (283 bytes)
create ng5FaB/src/typings.d.ts (104 bytes)
create ng5FaB/e2e/app.e2e-spec.ts (290 bytes)
create ng5FaB/e2e/app.po.ts (208 bytes)
create ng5FaB/e2e/tsconfig.e2e.json (235 bytes)
create ng5FaB/karma.conf.js (923 bytes)
create ng5FaB/package.json (1319 bytes)
create ng5FaB/protractor.conf.js (722 bytes)
create ng5FaB/tsconfig.json (363 bytes)
create ng5FaB/tslint.json (3012 bytes)
create ng5FaB/src/app/app.module.ts (316 bytes)
create ng5FaB/src/app/app.component.css (0 bytes)
create ng5FaB/src/app/app.component.html (1141 bytes)
create ng5FaB/src/app/app.component.spec.ts (986 bytes)
create ng5FaB/src/app/app.component.ts (207 bytes)
Installing packages for tooling via yarn.
yarn install v1.3.2
info No lockfile found.
[1/4] Resolving packages...
warning karma > log4js > [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
warning karma > log4js > loggly > request > [email protected]: Use uuid module instead
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 53.94s.
Installed packages for tooling via yarn.
Successfully initialized git.
Project 'ng5FaB' successfully created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment