@archivist/build

a VERY simple little build source system App

Usage no npm install needed!

<script type="module">
  import archivistBuild from 'https://cdn.skypack.dev/@archivist/build';
</script>

README

node-build

npm version

Archivist Nerd's build: a VERY simple little build source system

helps you a VERY simple little build source system

Installation

npm install @archivist/build

Example command

build ./src/.build

Example ".build" file

# .build file
#     all file reads are based on the common path of the build file
#     all file writes are based on the current path
-----------------------
      build.js
!S    # remove-comments
>>    ./build.js
-----------------------
      cli.js
!S    # remove-comments
>>    ./cli.js
-----------------------

License

MIT