1.0.0 • Published 7 years ago

cyberrequire v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

About

N|Solid

cyberrequire was developing for CyberEngine. And now, she is open source! cyberrequire, requires modules without error!

Installation

cyberrequire requires Node.js latest version to run.

$ npm i cyberrequire -S

or

$ yarn add cyberrequire

Usage

// how to make an require
const cr = require('cyberrequire')
const module = cr('MODULE_NAME')
console.log(module)
// returns module or null

// how to make alternative require
const module = cr('sqlite', 'mongoose')
console.log(module)

// returns the installed module

Technology

cyberrequire uses a number of open source projects to work properly:

  • Node.JS - cyberrequire uses this powerful programming language.
  • VScode - We're highly recommending this awesome code editor.

And of course cyberrequire itself is open source with a public repository on GitHub.

Plugins

cyberrequire is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

PluginREADME
@types/nodeplugins/definitelytyped/README.md
Eslintplugins/eslint/README.md
Nodemonplugins/nodemon/README.md

Semantic Versioning

We're using SemVer for this project.

Development

Want to contribute? Great!

cyberrequire uses eslint for stable developing. Make a change in your file and instantanously see your updates!

Open your favorite Terminal and run these commands.

$ git clone <url>
$ cd <cloned_folder_name>
$ npm i -d
$ npm test

Our Contributors

And you can see also all contributors here.

License

Aphace 2.0