|
| 1 | +<!-- |
| 2 | +
|
| 3 | +@license Apache-2.0 |
| 4 | +
|
| 5 | +Copyright (c) 2020 The Stdlib Authors. |
| 6 | +
|
| 7 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | +you may not use this file except in compliance with the License. |
| 9 | +You may obtain a copy of the License at |
| 10 | +
|
| 11 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | +
|
| 13 | +Unless required by applicable law or agreed to in writing, software |
| 14 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | +See the License for the specific language governing permissions and |
| 17 | +limitations under the License. |
| 18 | +
|
| 19 | +--> |
| 20 | + |
1 | 21 | # Packages |
2 | 22 |
|
3 | 23 | > A guide for creating a stdlib package. |
@@ -82,9 +102,9 @@ Once you are ready to begin creating a new package, we recommend the following o |
82 | 102 | Throughout the development process, you should use the following commands to run tasks: |
83 | 103 |
|
84 | 104 | ```bash |
85 | | -$ make EXAMPLES_FILTER=.*/pattern/to/identify/your/package/.* examples |
86 | | -$ make BENCHMARKS_FILTER=.*/pattern/to/identify/your/package/.* benchmark |
87 | | -$ make TESTS_FILTER=.*/pattern/to/identify/your/package/.* test |
| 105 | +$ make EXAMPLES_FILTER=".*/pattern/to/identify/your/package/.*" examples |
| 106 | +$ make BENCHMARKS_FILTER=".*/pattern/to/identify/your/package/.*" benchmark |
| 107 | +$ make TESTS_FILTER=".*/pattern/to/identify/your/package/.*" test |
88 | 108 | ``` |
89 | 109 |
|
90 | 110 | Once a package is complete and tested, you are ready to request that your contribution be reviewed and officially included in stdlib! Hurray! Woot woot! |
|
0 commit comments