AdonisJs
AdonisJs snippets for SublimeText
Labels snippets
Details
Installs
- Total 3K
- Win 2K
- Mac 420
- Linux 412
| Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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.