AdonisJs
AdonisJs snippets for SublimeText
Labels snippets
Details
Installs
- Total 2K
- Win 2K
- Mac 417
- Linux 409
Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 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 |
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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 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 | 0 | 0 | 0 | 0 | 1 |
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 |
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
Except for Model
you have to put the cursor over the model name first, like
Which adds const User = use('App/Model/User')
to the top of the file.