@sajadevo/prefix-classnames
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

prefix-classnames

A small library for adding a prefix to your project classnames automatically.

How to use:

  1. npm i @sajadevo/prefix-classnames
  2. create a prefix-classnames.js in the root of your project like this:
const { prefixClassnames } = require("@sajadevo/prefix-classnames");

prefixClassnames(rootDir, prefix);
  1. Then run node prefix-classnames.js or create a script for it to your package.json file.

Readme

Keywords

Package Sidebar

Install

npm i @sajadevo/prefix-classnames

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

4.22 kB

Total Files

5

Last publish

Collaborators

  • sajadevo