@superdev-official/radish
v1.3.0
Published
Tool for generate starter structure
Downloads
3
Maintainers
Readme
@superdev-official/radish
Global tool for generate starter structure (like Wordpress theme or static website)
Installation
$ npm i -g @superdev-official/radish
Available commands
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
Fill the mysql database
- Create a database (from phpmyadmin ou mysql).
- Prepare/export a file to init the database with queries.
- Run radish mysql-import
License
Copyright (c) 2020
Licensed under the MIT license.