33 lines
981 B
Plaintext
33 lines
981 B
Plaintext
hardi@linux-pih0:~/bachelor/basic-cli> ng init
|
|
installing ng2
|
|
create .editorconfig
|
|
create README.md
|
|
create src/app/app.component.css
|
|
create src/app/app.component.html
|
|
create src/app/app.component.spec.ts
|
|
create src/app/app.component.ts
|
|
create src/app/app.module.ts
|
|
create src/assets/.gitkeep
|
|
create src/environments/environment.prod.ts
|
|
create src/environments/environment.ts
|
|
create src/favicon.ico
|
|
create src/index.html
|
|
create src/main.ts
|
|
create src/polyfills.ts
|
|
create src/styles.css
|
|
create src/test.ts
|
|
create src/tsconfig.json
|
|
create angular-cli.json
|
|
create e2e/app.e2e-spec.ts
|
|
create e2e/app.po.ts
|
|
create e2e/tsconfig.json
|
|
create .gitignore
|
|
create karma.conf.js
|
|
create package.json
|
|
create protractor.conf.js
|
|
create tslint.json
|
|
Directory is already under version control. Skipping initialization of git.
|
|
Installing packages for tooling via npm.
|
|
Installed packages for tooling via npm.
|
|
Project 'basic-cli' successfully created.
|