Skip to content

KeeprJS is a NodeJS service/application plugin which allows developers to configure which files and folders to keep in build directory after compiling/building/bundling.

Notifications You must be signed in to change notification settings

szivkovicx/keeprjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS JavaScript NPM

image

keepr.js

KeeprJS is a NodeJS service/application plugin which allows developers to configure which files and folders to keep in build directory after compiling/building/bundling. This is useful when dealing with directories and files we generally need inside the build folder. While some features of configurations of some services, applications and frameworks do offer the way of keeping specific file/s inside the build, rarely do they offer the feature of keeping an whole folder within the build and this is where KeeprJS comes into the picture.

Usage

KeeprJS can be simply installed using:

npm install keepr-js

And then, set up an simple keepr.json configuration file:

{
    "target": "./build-folder",
    "paths": [
        "./folders-to-move"
    ]
}

And then, you can manually run keepr-js or create an postbuild script that includes running command keepr-js.

About

KeeprJS is a NodeJS service/application plugin which allows developers to configure which files and folders to keep in build directory after compiling/building/bundling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published