You can use Manually Download instead of ammar CLI, if library not found on Github or found any errors in ammar CLI:
ammar
1- Create a folder with library name in /core/import
/core/import
2- Add library code to this folder
3- open /core/import/package.json
/core/import/package.json
4- edit and add this line:
{ "dependencies": { `libraryName`: `libraryURL` } }
Last updated 1 year ago