0.2.0 • Published 5 years ago
@ultrastark/cli v0.2.0
US CLI
Beta version
Change an angular project to
Installation
Install Globally
npm install -g @ultrastark/cli
Command
us help
us init
us add splash-screen
Adapting a new angular project to the us convention
ng new PROJECT-NAME // If you didn't already did it
cd PROJECT-NAME // Be into the root of the project
us init // It will format and create the right folder structure
Change done
new folders
- app/configs
- scss
- scss/base
- app/shared
- app/shared/layouts
- app/shared/components
- app/shared/fragments
- app/shared/pipes
- app/core
- app/core/guards
- app/core/directives
- app/core/services
- app/core/bases
- app/core/models
- app/assets/fonts
- app/assets/i18n
- app/assets/icons
- app/assets/images
new files
- .prettierrc
- app/configs/global.config.ts
- core/models/core.enums.ts
- core/models/core.interfaces.ts
- core/models/core.models.ts
- core/models/core.types.ts
- scss/base/_colors.scss
- scss/_shared.scss
- scss/main.scss
deleted files
- styles.scss
Changed files
- .htaccess
- angular.json
- src/styles.scss -> src/css/main.scss
- "prefix": "app" -> "prefix": ""
- "" -> "stylePreprocessorOptions": { "includePaths": "src/scss" },
- tsconfig.json
- "baseUrl": "./" -> "baseUrl: "./src"
- tslint.json
- "app" -> "page", "component", "fragment", "layout"
- "extends": "tslint:recommended" -> "extends": "tslint-config-standard-plus"
- "trailing-comma": false -> "trailing-comma": true, { "multiline": "always", "singleline": "never" }
- '' -> "max-line-length": true, 100,
Npm installed
- @types/node
- @ultrastark/us-mixin // generate class and global css variables
- tslint-config-standard-plus (dev) // tslint formater
0.2.0
5 years ago
0.1.15
5 years ago
0.1.14
5 years ago
0.1.10
5 years ago
0.1.11
5 years ago
0.1.12
5 years ago
0.1.13
5 years ago
0.1.9
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.24
6 years ago
0.0.23
6 years ago
0.0.22
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago