Tool for generate starter structure
npm install @superdev-official/radish
> Global tool for generate starter structure (like Wordpress theme or static website)
```
$ npm i -g @superdev-official/radish
Build a starter :
``
$ radish init [static|wordpress|null]`
Watch your assets :`
$ radish watch
-s, --sass (for SASS assets)
-j, --js (for JavaScript assets)
(by default, watch all your assets)`
Import an sql file to a MySql database :`
$ radish mysql-import`
To get more informations :``
$ radish --help
1. Create a database (from phpmyadmin ou mysql).
2. Prepare/export a file to init the database with queries.
3. Run radish mysql-import
Copyright (c) 2020
Licensed under the MIT license.