New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adonis-airtable-provider

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonis-airtable-provider

adonis provider to integrate with airtables

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

Writing an Adonis provider

Adonis uses providers to connect with third party tools - the docs on this are really great so start there if you have never done it before. Basically you will wind up creating an npm package, hosting it on github and adding it to the project.

  • Start by creating a public github repo with a descriptive name (IE jpribyl/adonis-airtable-provider)

  • Link this repo to the directory which will hold your npm package

  • When initializing the npm project, Make sure to give it a name that begins with @adonisjs/

npm init

  • After initializing, you can build out the directory structure suggested in the adonis docs (or copy it from this jpribyl/adonis-airtable-provider)

  • Once you have pushed this up to github, you can npm install it into your project

  • The source code will show up in node_modules/@adonisjs/

  • Now you can add the provider as explained in the docs and edit the source directly in the node_modules directory.

  • Once you are done editing, push the changes up to github and you're all set!

Keywords

FAQs

Package last updated on 19 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc