1.3.0 • Published 4 years ago

@superdev-official/radish v1.3.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

npm version

@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

  1. Create a database (from phpmyadmin ou mysql).
  2. Prepare/export a file to init the database with queries.
  3. Run radish mysql-import

License

Copyright (c) 2020

Licensed under the MIT license.

1.3.0

4 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago