Skip to content

Commit 4a1f56b

Browse files
committed
v1.0.0 Released
1 parent 5c56708 commit 4a1f56b

File tree

3 files changed

+145
-9
lines changed

3 files changed

+145
-9
lines changed

package-lock.json

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"babel-loader": "^9.1.0",
2828
"html-tag-js": "^1.1.22",
2929
"ip": "^1.1.8",
30+
"jszip": "^3.10.1",
3031
"live-server": "^1.2.2",
3132
"postcss": "^8.4.20",
3233
"postcss-loader": "^7.0.2",

readme.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Add Package
2-
Under Development(beta) But you can use it
3-
through below url:
4-
```
5-
https://raw.githubusercontent.com/bajrangCoder/acode-plugin-packageAdder/main/
6-
```
7-
Copy above url and open `Acode App` > `Setting` > `Plugin`
8-
and Click plus icon and select `remote` , then paste abive url..
9-
10-
**Provide your feedback and suggestions**
2+
Plugin helps you to add any npm(css,js) packages in your project (same as codepen features).
3+
4+
## Use
5+
For using search `Add Package` in command palette and it will open page with some top packages
6+
, you can select any packages and add to your project.
7+
8+
## Features
9+
- Above 1 million packages are incuded
10+
- Search any packages
11+
- Choose your desired version
12+
- You can add packages to your Project through Api or download files
13+
14+
## Important
15+
* This plugin only works on Acode version `v1.6.1` and above
16+
* This plugin requires internet connection
17+
* for adding packages to your project make sure to first open the html file in editor then run plugin
18+
19+
**Provide your feedbacks and suggestions and also report bugs(if found) on bellow link**
20+
> https://github.com/bajrangCoder/acode-plugin-packageAdder/issues

0 commit comments

Comments
 (0)