1.0.2 • Published 2 years ago

adonis-ally-figma v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Adonis Ally Figma Driver

NPM version

A Figma driver for AdonisJS Ally

Getting started

1. Install the package

Install the package from your command line.

npm install --save adonis-ally-figma

or

yarn add adonis-ally-figma

2. Configure the package

node ace configure adonis-ally-figma

3. Validate environment variables

FIGMA_CLIENT_ID: Env.schema.string(),
FIGMA_CLIENT_SECRET: Env.schema.string(),

4. Add variables to your ally configuration

const allyConfig: AllyConfig = {
  // ... other drivers
  figma: {
    driver: 'figma',
    clientId: Env.get('FIGMA_CLIENT_ID'),
    clientSecret: Env.get('FIGMA_CLIENT_SECRET'),
    callbackUrl: 'http://localhost:3333/figma/callback',
  },
}

How it works

You can learn more about AdonisJS Ally in the documentation. And learn about the implementation in the ally-driver-boilerplate repository.

Contributing

  1. Fork the repo
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'feat: Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

acornacceptsaggregate-erroransi-colorsacorn-jsxabstract-loggingansi-escapesajvansi-stylesansi-regexarray-unionarrifyargparseastral-regexbalanced-matchbracesatomic-sleepbuffer-allocbrace-expansionbytesbuffer-fillbuffer-alloc-unsafecacheable-lookupcamel-casecacheable-requestcallsitescamelcasecamelcase-keyscall-bindcli-boxesclean-stackcli-cursorcapital-casechange-casechalkcolor-convertco-composecli-table3color-namecolor-supportclone-responsecolorscontent-dispositioncross-spawnconcat-mapcookieconstant-casecuiddebugdecompress-responsedecamelizedeep-isdeldepddecamelize-keysdefer-to-connectdestroydoctrinedir-globdotenvee-firstemitteryencodeurlemoji-regexend-of-streamdot-caseerror-exescape-htmlescape-goatenquirerescape-string-regexpeslint-scopeespreeesprimaeslint-utilsesrecurseeslint-visitor-keysestraversefast-diffetagesqueryfast-json-stable-stringifyesutilsfast-deep-equalfast-levenshteinfastqfast-globfast-safe-stringifyfast-redactfile-entry-cachefind-upfill-rangefile-typeflat-cacheflatstrforwardedflattedfreshfs-readdir-recursivefunction-bindfs-extrafs.realpathfunctional-red-black-treeget-intrinsicglobgetoptsget-streamglobalsglob-parentglobbygraceful-fsgothard-rejectionhas-symbolshashehayeheader-casehosted-git-infohttp-errorshas-flaghttp2-wrapperhttp-cache-semanticsieee754iconv-liteignoreimport-freshinflationinflightimurmurhashindent-stringinheritsis-arrayishis-core-moduleis-globis-fullwidth-code-pointipaddr.jsis-path-insideis-extglobis-numberisexeis-path-cwdis-plain-objjest-workerjs-tokensjs-yamljson-parse-even-better-errorsjson-bufferjson-schema-traversejson-stable-stringify-without-jsonifykleurjsonfilekind-oflevenlodash.clonedeeplevnlines-and-columnslodash.mergelodashkeyvlocate-pathlodash.truncatelowercase-keyslru-cachelog-updatelower-casemacroablemeowmerge-streamluxonmap-objmedia-typermicromatchmimic-responsemime-dbmerge2mime-typesmimemin-indentmimic-fnminimatchminimist-optionsmsnegotiatornatural-comparemustacheoncenormalize-urlobject-inspectno-casenormalize-package-dataon-finishedobject-assignoptionatorp-cancelableonetimep-locatep-limitp-tryparent-moduleparse-jsonp-mapparam-casepath-caseparseurlpascal-casepath-parsepath-existspath-is-absolutepath-keypath-typepicomatchpeek-readablepinopluralizepino-std-serializersprelude-lspretty-hrtimeproxy-addrprettier-linter-helpersprogresspumppunycodequeue-microtaskqsquick-format-unescapedquick-lruread-pkg-upraw-bodyrandom-bytesrange-parserread-pkgrequire-allreadable-web-to-node-streamreadable-streamredentregexppresolveresolve-fromresolve-alpnrequire-from-stringresponselikerestore-cursorrun-parallelrimrafreusifysemversendsafer-buffersentence-casesignal-exitsafe-buffersetprototypeofserve-staticsnake-caseslashshebang-commandshebang-regexside-channelslice-ansislugifyspdx-correctsonic-boomspdx-exceptionssprintf-jsspdx-license-idsstring-widthstrip-indentstatusesstrip-ansistrip-json-commentsspdx-expression-parseterm-sizestring_decodersupports-colorstringify-attributesstrtok3tabletext-tabletmp-cacheto-regex-rangetrim-newlinestoidentifiertoken-typestruncatisetslibtsutilstype-istype-festtype-checkuid-safeuri-jsuniversalifyupper-case-firstutil-deprecateupper-casev8-compile-cachevalidate-npm-package-licenseunpipevarywrap-ansiword-wrapwhichvalidatorwrappyyallistyargs-parser
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago