SAS® af-axios
af-axios
is a library used by afcli
and Create SAS® App for handling and configuring axios
for App Factory Cloud.
Local development
Running in a local project
- Run
npm run build:release
to create a build release - Run
rm -rf node_modules
to remove node modules. There might be duplication in your project you want to use this in, so you might get an error saying you have 2 React versions - Run
npm install [@sassoftware/af-axios path]
. Make sure to replace [@sassoftware/af-axios path]
with a correct local path (e.g. ../af-axios
). - Run your project
Cleanup
Previous set of commands will create a lot of files in the root of the project.
To clean the files run git clean -d -f
. Note that this command will remove all untracked files so a good idea might be a dry run with git clean -d -n
before the actual cleanup.
Contributions
This project is currently intended for use by participants in the SAS Hackathon. During this event, the repository will refrain from accepting external contributions. However, we have plans to open source the project in the near future, at which point we will welcome contributions from the community.
Please note that after the SAS Hackathon concludes, this notice will be removed, and we will provide updated guidelines for contributing to the project once it becomes open source. We appreciate your understanding and look forward to collaborating with you in the future.