wintrospectorbasic
v0.3.276
Published
Collection of cross-platform routines to generate functions, manage execution of such and analyze them.
Downloads
4,349
Readme
module::IntrospectorBasic
Collection of cross-platform routines to generate functions, manage execution of such and analyze them.
Try out from the repository
git clone https://github.com/Wandalen/wIntrospectorBasic
cd wIntrospectorBasic
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
To add to your project
npm add 'wintrospectorbasic@stable'
Willbe
is not required to use the module in your project as submodule.