Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 540 Bytes

axios-tools

HomePage:

    https://github.com/StarksJohn/axios-tools

npm page

    https://www.npmjs.com/package/axios-tools

Install:

    yarn add axios-tools 

Usage:

    import { get,post,put } from 'axios-tools';

Push and Publish:

    1 update the version in package.json
    2 nvm use 14 && git commit -a -s -m 'add' && git push origin main && npm login && npm publish
            stark2018   [email protected]   
    3 Finally, in your main project, yarn add axios-tools or npm i axios-tools