1.2.0 • Published 6 years ago

simple-js-modules v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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);
1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago