You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The angular-package supports the development process of [angular](https://angular.io)-based applications in varied ways through the thoughtful, reusable, easy-to-use small pieces of code called packages.
* The [`sass:string`](https://sass-lang.com/documentation/modules/string/) is extended by [`@angular-package/sass-string`](https://docs.angular-package.dev/v/sass/string/overview) - module makes it easy to combine, search, or split apart strings.
37
+
38
+
<br>
39
+
40
+
Sass extension is **free** to use. If you enjoy it, please consider donating via [fiat](https://docs.angular-package.dev/v/sass/donate/fiat), [Revolut platform](https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29) or [cryptocurrency](https://spectrecss.angular-package.dev/donate/thb-cryptocurrency) the [@angular-package](https://github.com/sponsors/angular-package) for further development. ♥
41
+
42
+
> Feel **free** to submit a pull request. Help is always appreciated.
43
+
44
+
<br>
45
+
46
+
## Table of contents
47
+
48
+
*[Skeleton](#skeleton)
49
+
*[Code scaffolding](#code-scaffolding)
50
+
*[Documentation](#documentation)
51
+
*[Changelog](#changelog)
52
+
*[Git](#git)
53
+
*[Commit](#commit)
54
+
*[Versioning](#versioning)
55
+
*[License](#license)
56
+
57
+
<br>
58
+
59
+
## Skeleton
60
+
61
+
This package was generated by the [skeleton workspace][skeleton] with [Angular CLI](https://github.com/angular/angular-cli) version `14.2.0`.
62
+
63
+
Copy this package to the `packages/sass-string` folder of the [skeleton workspace][skeleton] then run the commands below.
64
+
65
+
<br>
4
66
5
67
## Code scaffolding
6
68
7
69
Run `ng generate component component-name --project sass-string` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project sass-string`.
8
70
> Note: Don't forget to add `--project sass-string` or else it will be added to the default project in your `angular.json` file.
9
71
10
-
## Build
72
+
###Build
11
73
12
74
Run `ng build sass-string` to build the project. The build artifacts will be stored in the `dist/` directory.
13
75
14
-
## Publishing
76
+
###Publishing
15
77
16
78
After building your library with `ng build sass-string`, go to the dist folder `cd dist/sass-string` and run `npm publish`.
17
79
@@ -22,3 +84,113 @@ Run `ng test sass-string` to execute the unit tests via [Karma](https://karma-ru
22
84
## Further help
23
85
24
86
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
87
+
88
+
<br>
89
+
90
+
## Documentation
91
+
92
+
The documentation is in construction and it's available at [https://docs.angular-package.dev/v/sass-string](https://docs.angular-package.dev/v/sass-string/)
93
+
94
+
<br>
95
+
96
+
## Changelog
97
+
98
+
To read it, click on the [CHANGELOG.md][sass-string-github-changelog] link.
**Given a version number MAJOR.MINOR.PATCH, increment the:**
115
+
116
+
* MAJOR version when you make incompatible API changes,
117
+
* MINOR version when you add functionality in a backwards-compatible manner, and
118
+
* PATCH version when you make backwards-compatible bug fixes.
119
+
120
+
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
121
+
122
+
**FAQ**
123
+
How should I deal with revisions in the 0.y.z initial development phase?
124
+
125
+
> The simplest thing to do is start your initial development release at 0.1.0 and then increment the minor version for each subsequent release.
126
+
127
+
How do I know when to release 1.0.0?
128
+
129
+
> If your software is being used in production, it should probably already be 1.0.0. If you have a stable API on which users have come to depend, you should be 1.0.0. If you’re worrying a lot about backwards compatibility, you should probably already be 1.0.0.
0 commit comments