dot-nodemcu.template
v0.0.5
Published
The plugin template for [DoT](https://github.com/bondrogeen/DoT)
Downloads
3
Readme
DoT
The plugin template for DoT
Contributing
Contributions are welcome.
The package is made up of 2 main folders:
- /src (Source files)
- /files (Compiled and compressed files)
To setup and run a local copy:
- Clone this repo with
git clone https://github.com/bondrogeen/Template
- Run
npm install
in root folder
After installing the dependencies, you can start working with the sources.
- Run
gilp build
(Compile and compress files)
When you're done working on your changes, submit a PR with the details and include a screenshot if you've changed anything visually.
Changelog
0.0.4 (2019-02-14)
- (bondrogeen) add gulp
0.0.1 (2018-04-1)
- (bondrogeen) init.