You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create `InsulinCommand` class and interface to better provide compatibility of commands;
- Make all existing commands extending from `InsulinCommand`;
- Create command `Install`;
- Create command `Generate Content`;
- More unit (keep above 90%);
- Clean code.
- Allow a `shell` usage from insulin;
- Give support for `--path` global option;
- Create CONTRIBUTING.md documentation to prevent errors and questions;
- implement `getCacheDir()` on Kernel;
- Create command `status`;
- Create command `cron`;
- Create command `Repair and Rebuild`;
- More unit testing (keep above 90%);
- Clean code.