Skip to content

simple tool to scope js scripts based on file structure written in Rust

Notifications You must be signed in to change notification settings

rasputozen/quickscopejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickscopejs

A simple cli utility that takes a script directory as an argument and outputs a compiled 'scoped.js' file containing all your scripts scoped according to the file hierarchy for you to source in your html.

Example

$ quickscopejs scripts_dir

./scoped.js created

Why

I don't like how you're forced to learn a huge framework to make js scripting practical. I'd rather just have simple scoping and be able to organize my files however I want.

Installation

For now you need to install Rust, then clone the repo and run cargo compile. Pre-compiled downloads will probably happen at some point.

About

simple tool to scope js scripts based on file structure written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages