Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

mimorisuzuko/memi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Memi

忘れないうちにREADMEだけ書いておく. Makefileよく分からないからNode.jsで書きたい.けど,package.jsonを生成してnpm scriptsを書くのはウザい. 代案知りたい.

Memifile

const anyFunc = require('any-func');

export default {
  clean: () => {
    console.log('cleanしたお');
  },
  build: () => {
    console.log('buildしたお');
  },
  yo: (...args) => {
    anyFunc(...args);
  }
};

Usage

memi clean
# say "cleanしたお"

めもり

  • ~/.memi/node_modules を格納する
    • ~/.memi/Memifile を持ってきて実行するようにする

柿崎芽実

About

Memi Kakizaki as make

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published