Skip to content

Commit 28bb3c9

Browse files
committed
feat(lesy-plugin-artist): add artist plugin library
1 parent 8eec4bd commit 28bb3c9

File tree

8 files changed

+205
-0
lines changed

8 files changed

+205
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
src/
2+
__tests__/
3+
tsconfig.json
4+
tsconfig.build.json
5+
*.tsbuildinfo
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.0.0-beta.14](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2020-11-01)
7+
8+
**Note:** Version bump only for package @lesy/lesy-plugin-config
9+
10+
11+
12+
13+
14+
# [1.0.0-beta.13](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2020-10-27)
15+
16+
**Note:** Version bump only for package @lesy/lesy-plugin-config
17+
18+
19+
20+
21+
22+
# [1.0.0-beta.12](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2020-10-25)
23+
24+
**Note:** Version bump only for package @lesy/lesy-plugin-config
25+
26+
27+
28+
29+
30+
# [1.0.0-beta.11](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2020-10-14)
31+
32+
**Note:** Version bump only for package @lesy/lesy-plugin-config
33+
34+
35+
36+
37+
38+
# [1.0.0-beta.10](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2020-09-27)
39+
40+
**Note:** Version bump only for package @lesy/lesy-plugin-config
41+
42+
43+
44+
45+
46+
# [1.0.0-beta.9](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2020-09-16)
47+
48+
**Note:** Version bump only for package @lesy/lesy-plugin-config
49+
50+
51+
52+
53+
54+
# [1.0.0-beta.8](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-09-16)
55+
56+
57+
### Performance Improvements
58+
59+
* improve overall performance ([f263587](https://github.com/lokesh-coder/lesyjs/commit/f2635870954e202ddcfffc252c9dac4387abe3f1))
60+
61+
62+
63+
64+
65+
# [1.0.0-beta.7](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-24)
66+
67+
**Note:** Version bump only for package @lesy/lesy-plugin-config
68+
69+
70+
71+
72+
73+
# [1.0.0-beta.6](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-08-19)
74+
75+
**Note:** Version bump only for package @lesy/lesy-plugin-config
76+
77+
78+
79+
80+
81+
# [1.0.0-beta.5](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2020-06-22)
82+
83+
**Note:** Version bump only for package @lesy/lesy-plugin-config
84+
85+
86+
87+
88+
89+
# [1.0.0-beta.4](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-06-21)
90+
91+
**Note:** Version bump only for package @lesy/lesy-plugin-config
92+
93+
94+
95+
96+
97+
# [1.0.0-beta.3](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-06-17)
98+
99+
**Note:** Version bump only for package @lesy/lesy-plugin-config
100+
101+
102+
103+
104+
105+
# [1.0.0-beta.2](https://github.com/lokesh-coder/lesyjs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-09)
106+
107+
**Note:** Version bump only for package @lesy/lesy-plugin-config
108+
109+
110+
111+
112+
113+
# 1.0.0-beta.1 (2020-06-09)
114+
115+
116+
### Features
117+
118+
* initial commit ([589700b](https://github.com/lokesh-coder/lesyjs/commit/589700ba0d0f738bbfd77c2f921b81c4098adec9))
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
MIT License
2+
-----------
3+
4+
Copyright (c) 2019 Lokesh Rajendran
5+
Permission is hereby granted, free of charge, to any person
6+
obtaining a copy of this software and associated documentation
7+
files (the "Software"), to deal in the Software without
8+
restriction, including without limitation the rights to use,
9+
copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the
11+
Software is furnished to do so, subject to the following
12+
conditions:
13+
14+
The above copyright notice and this permission notice shall be
15+
included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24+
OTHER DEALINGS IN THE SOFTWARE.
25+
26+
English Česky
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# @lesy/lesy-plugin-artist
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "@lesy/lesy-plugin-artist",
3+
"version": "1.0.0-beta.14",
4+
"description": "",
5+
"main": "dist/index.js",
6+
"scripts": {
7+
"clean": "rm -rf ./dist",
8+
"build": "npm run clean && tsc --build"
9+
},
10+
"keywords": [
11+
"lesy",
12+
"lesy-plugin",
13+
"config"
14+
],
15+
"author": {
16+
"email": "[email protected]",
17+
"name": "Lokesh Rajendran"
18+
},
19+
"license": "MIT",
20+
"dependencies": {
21+
"@lesy/artist": "^1.0.0-beta.14"
22+
},
23+
"publishConfig": {
24+
"access": "public"
25+
}
26+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default function (feature: any) {
2+
feature.artist = () => {
3+
const artistClass = require("@lesy/artist").default;
4+
const artist = new artistClass();
5+
return { ui: artist };
6+
};
7+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
features: [`${__dirname}/artist.feature.ts`],
3+
};
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"compilerOptions": {
3+
"target": "ES2017",
4+
"module": "commonjs",
5+
"allowJs": false,
6+
"declaration": true,
7+
"declarationMap": true,
8+
"sourceMap": false,
9+
"outDir": "./dist",
10+
"removeComments": true,
11+
"noEmit": false,
12+
"importHelpers": false,
13+
"moduleResolution": "node",
14+
"allowSyntheticDefaultImports": true,
15+
"esModuleInterop": true
16+
},
17+
"exclude": ["node_modules", "__tests__"],
18+
"compileOnSave": false
19+
}

0 commit comments

Comments
 (0)