simple-js-modules

1.2.0 • Public • Published

simple.js

Simple, JavaScript

shell

npm i simple.js --save

project.json

{"init":"Simple.js"}

app.js

const Simple = require('simple-js-modules');
const project = require('./project.json');

Simple.setProject(project.init);
Simple.readProject();

var myTitle = Simple.myProject();
console.log(myTitle);

Readme

Keywords

Package Sidebar

Install

npm i simple-js-modules

Weekly Downloads

1

Version

1.2.0

License

ISC

Unpacked Size

1 kB

Total Files

3

Last publish

Collaborators

  • awyerbx