A package for reading Jenkinsfile-like pipeline files
Project description
Web Source Compiler
Usage
When first using the web-source-compiler in a project, run
wsc init
to generate a .wsc
file.
After that, customize the file with the directories where your source files will be located (don't worry about ones that don't exist yet). Then, run
wsc setup
To create all missing directories for you.
When writing your code, you can create sub-modules for javascript, html, and css. Place them in the modules
subdirectory with any main pages in the main
subdirectory. You can then import the modules into any main file with the following comments:
Javascript
// import <module name>
html
<!-- import <module name> -->
css
/* import <module name> -->
When you're ready to compile your code, run
wsc compileS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file web-source-compiler-0.0.3.tar.gz
.
File metadata
- Download URL: web-source-compiler-0.0.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed273420ee91d4ee76e2511b75641bf244904dbbbda00167318e3738e97d3e74 |
|
MD5 | 378fee416005c1cad5729bbf4c31fb56 |
|
BLAKE2b-256 | c36d83178304ff8888fbf067ba44a3cff584f0acbf113538d3cae19374257d76 |
File details
Details for the file web_source_compiler-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: web_source_compiler-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66a022eec0963473da0444d0aa4108b50de5d801e6a657b0b7fdaadf0552d9d9 |
|
MD5 | 2abe0fc8e95bdd915ba9884cb318f382 |
|
BLAKE2b-256 | 6260f2d336f61c83707231b82e0bbeb6a3d582b9f3d19d64cd55a8cb8a7092da |