@qnp/lus
v0.4.1
Published
Command-line formatting of <style lang='stylus'> in Vue SFC files using Stylus Supremacy
Downloads
268
Maintainers
Readme
@qnp/lus
Command line formatter of Vue SFC files that uses stylus as style. This tool uses Manta’s Stylus Supremacy under the hood.
Installation
npm install --save-dev @qnp/lusyarn add -D @qnp/lus
Usage
Type:
lus -hto print usage.
Development and contribution
- Write your functionalites or fixes.
- Write new tests for any new functionality.
- Run
yarn testto verify that everything is passing. - Generate new doc using
yarn docand commit the changes of DOCUMENTATION.md file. - You can build the lib using
yarn build - After having commit all your changes you can run
make releaseto properly test, build, create a git tag and publish to npm
