ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Adonis​Js

by ctf0 ALL

AdonisJs snippets for SublimeText

Labels snippets

Details

Installs

  • Total 2K
  • Win 2K
  • Mac 413
  • Linux 399
Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6
Windows 0 0 0 0 0 0 0 0 0 0 1 1 4 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

adonis-sublime [ABANDONED]

adonisJs snippets for SublimeText

Usage

1- All the snippets start with ado-, like

ado-req, ado-res, etc…

2- All the empty triggers use thier original names, like

ado-linkTo, ado-appPath, etc…

3- For validation & sanitization “rules / raw”, you just write the name, like

array, required, etc…

NAME TRIGGER
ace a
controller c
encryption enc
event e
hash ha
internationalization ant
lucid m
lucid (hooks) mhook
mail m
nunjucks
nunjucks (filters) fltr_
nunjucks (form) form
helpers
query q
redis red
request req
request (auth) reqauth
request (ally) reqally
request (cookie) reqcookie
request (session) reqsession
response res
routes r
routes (group) rGr
schema schema
schema (table) t
seeder(factory) factory
seeder(faker) f
env get/set Env
config get/set Conf
validation v
validation (rules)
validation (raw)
view v
globals orFail / dbBebug

For easier working with things like const Helpers = use('Helpers'), just bring up the quick panel and type adonis

Import

Except for Model you have to put the cursor over the model name first, like

Import

Which adds const User = use('App/Model/User') to the top of the file.