Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package.json profiles

Emulate "profiles" in Node by selecting a profile from a group of valid package.json files and writing it to a new ./package.json file.

Alternative profiles

Profiles are individual valid package.json files located in ./packages/ and named <profile>.package.json.

Example usage

Select the remote profile from the available profiles "remote" (./packages/remote.package.json) and "local" (./packages/local.package.json):

$ ./select-profile remote
$ npm start 

About

Emulate "profiles" in Node by selecting a profile from a group of valid package.json files and writing it to a new ./package.json file.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages