rauto 0.3.2

A powerful CLI tool for network device automation using minijinja templates and rneter.
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./static/**/*.{html,js}"],
  theme: {
    extend: {},
  },
  plugins: [],
};